In a domain module and need to get user data and users for a role (data like phone number, email, name). I have tried to use IdentityUserManager/IdentityRoleMnager and IdentityUserRepository/IIdentityRoleRepository
i added a package ref to the project <PackageReference Include="Volo.Abp.Identity.Domain" Version="8.3.4" />
I tried adding various DependsOn to the Module. Building works ok, but i get a runtime of cannot resolve, one of the messages is shown below:
Which should we be using the Managers or the Repository? What is the DependsOn we should be using? I have googled and i have seen answers for using managers and repositories. None of them have worked for me
I needed to modify the code a little, still testing.
I had issues with using renderer in a service. I found a work around.
Also had issues with some items under administration, think i found a work around for this also.
i will need to do more testing but the code was a great base to start with !!!
We are looking for a recommendation to how we can attach an id to each page. For pages we own we can add an id on to the abp-page like the id='main-content' shown below. Pages which are NOT under our control, we do not have a solution. The id will be the same for all pages, it is NOT dynamic. If you're wondering why we need this it is for 508 (accessibility)
We are looking for a recommendation.
our testing looking good, closing this ticket.
ok, on monday i will generate a new abp project with the latest cli, verify that i do not see the warnings. if that goes well i will upgrade the front end code to what ever the out of the box front end versions are and let you know how it goes.
Latest version means abp 9? if yes we will not be moving to dotnet 9 because it is not lts and .net 8 is. if we can move to abp 9 and still stay .net 8, that might be a solution for us
Create a new solution abp new Acme.Bookstore -u angular -csf -cs "Server=localhost;Database=Bookstore;Trusted_Connection=True" run it open developer tools, console and see ng warnings. logon and see them just multiply
I will get back to you tomorrow, hopefully to close this ticket. Your solution works