Rick Frankel

Results 4 issues of Rick Frankel

Hi, When researching the issue with features in v13.1 we came across this piece of code (in both the async and non async versions). https://github.com/aspnetboilerplate/aspnetboilerplate/blob/8658bcf585f459b54759defcc8ff1c9e0896bd02/src/Abp.Zero.Common/MultiTenancy/AbpTenantManager.cs#L204 In our setup we have...

Hi, Could you please add navigation properties to this class. In particular a navigation property for RoleId. https://github.com/aspnetboilerplate/aspnetboilerplate/blob/8869e2696892cdf153aa02f0acde08f922a4bf86/src/Abp.Zero.Common/Authorization/Users/UserRole.cs#L23 We typically like to do the following and get stuck here. userrepository.GetAll()...

We have lots of situations where the default notification distributor doesn't find the notification it's been told to distribute. https://github.com/aspnetboilerplate/aspnetboilerplate/blob/4b9b9c049abcea6d0fc0cfb84262db7d57cb3d88/src/Abp/Notifications/DefaultNotificationDistributer.cs#L50 This happens because the notification publisher (and the parent unit...

effort-xs

Hi, There is a problem in supporting the TargetNotifiers approach to notifications. The NotificationSubscriptionManager.GetSubscribedNotifications (both sync and async methods). Have no concept of the target notifiers. As such it is...