I'm looking for a way to have some custom setting or data for tenant, so I can edit and use it. For example:
What is the best way to do it without create an extra table link to tenant ID?
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
<br> I have a query need to check Role of User, I can get list of user by using DbContext.Users but also need to check role of each user from list. How can I do that? Is it possible to get UserRoles by something like DbContext.UserRoles?
Thanks support team
DEFAULT_VALIDATION_BLUEPRINTS
and validation
in ThemeSharedModule
. Please let me know if I missed somethings.Thanks support team.
ERROR Error: Uncaught (in promise): NullInjectorError: R3InjectorError(IdentityModule)[NgxsFeatureModule -> PermissionManagementState -> PermissionsService -> PermissionsService -> PermissionsService -> RestService -> InjectionToken CORE_OPTIONS -> InjectionToken CORE_OPTIONS -> InjectionToken CORE_OPTIONS]:
NullInjectorError: No provider for InjectionToken CORE_OPTIONS!
NullInjectorError: R3InjectorError(IdentityModule)[NgxsFeatureModule -> PermissionManagementState -> PermissionsService -> PermissionsService -> PermissionsService -> RestService -> InjectionToken CORE_OPTIONS -> InjectionToken CORE_OPTIONS -> InjectionToken CORE_OPTIONS]:
NullInjectorError: No provider for InjectionToken CORE_OPTIONS!
at NullInjector.get (core.js:10789)
at R3Injector.get (core.js:10956)
at R3Injector.get (core.js:10956)
at R3Injector.get (core.js:10956)
at injectInjectorOnly (core.js:4902)
at ɵɵinject (core.js:4906)
at Object.RestService_Factory [as factory] (abp-ng.core.js:322)
at R3Injector.hydrate (core.js:11124)
at R3Injector.get (core.js:10945)
at injectInjectorOnly (core.js:4902)
at resolvePromise (zone-evergreen.js:798)
at resolvePromise (zone-evergreen.js:750)
at zone-evergreen.js:860
at ZoneDelegate.invokeTask (zone-evergreen.js:399)
at Object.onInvokeTask (core.js:28255)
at ZoneDelegate.invokeTask (zone-evergreen.js:398)
at Zone.runTask (zone-evergreen.js:167)
at drainMicroTaskQueue (zone-evergreen.js:569)
When I try to access any feature relate to Permission such as: Administrator -> Indentity Management -> Users or Roles -> Permission. It always show error and cannot open modal to edit Permission
Please let me know how to check or fix it
Thanks support team.
Hi,
I did try to follow the tutorial from Angular PrimeNG Official site but cannot make it work in project. Could you help me to use it? Or any tutorial for PrimeNG and AbpIO Angular?
Thank team!
ABP Framework version: Abp.IO v3.3.1
UI type: Blazor
Tiered (MVC) or Identity Server Seperated (Angular): no
Exception message and stack trace: None
Steps to reproduce the issue:
Use abp suite
command to create new entity.
Issue: The abp suite can create: ApplicationService, Dto, Permission. But cannot create Menu and Views