Hi team,
below is our configurations
ABP Framework version: v8.3
UI Type: Angular
Database System: EF Core (PostgreSQL)
Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
Exception message and full stack trace:
Steps to reproduce the issue:
Issue: The personal data under the admin gives 404 error. Could you please direct us what needs to be checked.
Hi team,
below is our configurations
ABP Framework version: v8.3
UI Type: Angular
Database System: EF Core (PostgreSQL)
Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
Exception message and full stack trace:
Steps to reproduce the issue:
Issue: Could you let us know the api used to fetch the personal data in the admin.
Regards Sahana
We have replaced all the logos in other themes like dark and light, But in semi dark it still shows the old logo on the sidebar and also does not show any logo when the sidebar is expanded, and when the sidebar is collapsed it shows the leptonx logo. How do we change this for the semi dark theme? Give me some examples for it.
ABP Framework version: v8.3
UI Type: Angular
Database System:EF Core (PostgreSQL)
Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
Exception message and full stack trace:
The security log api provides the below 2 information "clientIpAddress": "::1", "browserInfo": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36", The clientIpAddress seems to be incorrect. Also could you let us know, which part of the browserInfo reflects the browser used for login.
Regards Sahana
How to apply role based authorization to the module. We have to hide menu items which is on the 'Side Navbar', as per role based authorization. Give me the example of angular framework.
How to apply role based authorization to the module. We have to hide menu item which is on the 'Side Navbar', as per role based authorization. Give me example of angular framework.
ABP Framework version: v8.3
UI Type: Angular
Database System: EF Core (PostgreSQL)
Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
Exception message and full stack trace:
Steps to reproduce the issue:
Hi Team,
We would want to modify the below on login page
Please could you let us know the steps, the files and the location of the files to be changed.
Regards Sahana
Hi Team,
We have tried renaming the app title using this.titleService.setTitle() and also tried using ngAfterViewInit as mentioned in previous tickets, It displays the renamed title only on initialization, and the title reverts to default(MyProjectName) on any action(click). Please let us know if we are missing anything.
Hi Team,
We recently upgraded the abp version from v5.3 to v8.3 and post that we find that the search option in the api has become case sensitive. The results are fetched only when the case of the searched field and the case of the data in DB matches. This was case insensitive before. The database was migrated from Microsoft SQL to PostgreSQL as well.
Please let us know if this could be handled ? Let us know if any more details are required as well.