Relative Content

Tag Archive for angularabp

Roles and User Management – Actions Dropdown not showing for default admin

I was working on a new project using abp.io and angular. Recently, the actions dropdown on Roles and Users management has dissapear both for the default admin role and user. I can see it if I create a new role or user. I have reviewed all my last changes, not related to Users or Roles. I have created a new project with the abp CLI and it has the same issue.

Abp.io add related entity to Tenant

I am starting with abp.io, the free version. I am writing a multitenant app and I need to add a property to the Tenant entity, like “Editions” in the commercial version. So, I read the docs and I know how to add a new value property but not how to manage it. My goal is to have an Edition related to the Tenant and Features related to Edition. My frontend is angular.