Base solution for your next web application

Activities of "paradoxit"

Where/how do I change the loading animation when first visiting the site? It's currently a spiner with circles of grey and black.

Thanks, David

This appears to have been an ABP bug, I upgraded my nuget packages and sending notifications to users that had subscribed then work.

I am trying to test notifications and noticed that I only receive notifications if I call this method when I send a notification;

await _notificationSubscriptionManager.SubscribeToAllAvailableNotificationsAsync(new UserIdentifier(1,4));

Then I can call below code and it works

await _appNotifier.SendMessageAsync(new UserIdentifier(1, 4), "Test", NotificationSeverity.Success);

Also it works if before I send the notification I manually subscribe using

_notificationSubscriptionManager.SubscribeAsync(new UserIdentifier(1, 4), "App.SimpleMessage");

I made sure in my database that I have an AbpNotificationSubscriptions for UserId 4 for App.SimpleMessage.

It's like the notification subscriptions in the database are not doing anything.

How can I make the notification work without having to subscribe to all, am I missing something important?

Thanks, David

Answer

Hi,

Thanks for confirming this.

Kind regards,

David Hawkins

Answer

Apologies, I was not really clear in my request.

I would like to be able to say something like this;

Tenant A,B,C can only see Roles 1,2,3 or Feature ABC can only see Roles 4,5,6 etc

What ways are there of preventing tenant admins seeing specific roles.

Question

What options are there for restricting roles?

Can roles be depending on features/editions or even specific users?

I want to be able to prevent certain people seeing roles which may not apply to that tennant.

Thanks in advance for any information/advice.

Kind regards, David Hawkins

Question

On the .net core MPA solution how do I disable automatic build of the solution every time I save a file. I want to handle auto-build using dotnet-watch instead.

Thanks in advance. David Hawkins

Answer

Thanks for the information, I plan to use 1 DB but domain events seems useful too.

Answer

Thanks, how do I put tenants into an organisation? there is no column in the database to do this. Do I just extend Tenant with IMustHaveOU interface?

Also how do you switch off the data filter for Tenant and switch on the Organization filter.

Are there any guides or examples on how to achieve this?

Thanks, David Hawkins

Question

Can anyone please advise a way to share data across tenants (ideally grouped). I would like for exampleTenant A and Bto share some data (still have the ability to store their own) and then Tenant D and E might want to share data also.

Any advice on this would be greatly appreciated.

Davd Hawkins

Showing 31 to 40 of 40 entries