Hello ,
If you have to apply permissions on a per folder and per file then you have to customize code at your own side .
Thank you.
Hello,
I have created one role as Admin and give him permissions of folder and again I have created one role Manager and give him permissions of file.
permissions of Admin role
permissions of manager role
Now I have created 2 users, user1 and user2.
user1 is assigned with role Admin and user2 is assigned with role manager. Check the permissions given to user1
permissions given to user2
Now user1 can have access to crud operations of Folders only and not of files.
and user2 can have access to crud operations of Files only and not of folders.
In this way you can implement as per your requirement.
Thanks, Anjali
Hello,
Please check out similar issue https://support.abp.io/QA/Questions/1528/Unable-to-download-large-file If it helps you.
Thanks,
Hello,
Please check out : https://stackoverflow.com/questions/62055847/how-to-deploy-angular-spa-with-asp-net-core-3-1-api-on-iis
https://www.codementor.io/@noorsaifi/how-to-deploy-angular-asp-net-core-webapi-to-iis-on-shared-hosting-1dytrihj56 If it helps you.
Thanks,
Hello,
Can you please check this https://docs.abp.io/en/abp/latest/UI/Angular/Permission-Management
Thanks
Hi,
You may change your redirect_uri
to dashboard url.
thanks,
Hello,
To achieve this you have to customize SideMenuLayout
as per your requirement for that you can refer https://docs.abp.io/en/commercial/latest/themes/lepton-x/blazor?UI=BlazorServer#side-menu-layout
Also have look to similar issue https://support.abp.io/QA/Questions/3659/How-to-customizing-the-Layouts-page-or-choose-Empty-Layout-for-the-Blazor-app-using-LeptonX--lite if found helpful.
Thanks,
Hello,
To achive this you have to customize Navbar Componenet
as per you requirement for that you can refer https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular-customization#navbar-component.
Also check this similar issue if it helps you https://support.abp.io/QA/Questions/4358/Creating-new-layout-and-use-lepton-x--components-in-it.
Thank you.