0
mert.kir created
- ABP Framework version: v8.3.2
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes (Auth Server Separated)
- Steps to reproduce the issue:
- Log in with the Host user.
- Navigate to Administration > OpenID > Applications.
- Create a sample application (e.g., MyClient).
- Go to Actions and open the Edit page for the application.
- Notice the Enabled checkbox option. Check this option, save the changes, and reopen the Edit page.
Issue: After reopening the Edit page, the Enabled checkbox appears unchecked, even though it was selected and saved previously.
This checkbox setting is not displayed correctly on the UI. What is the expected functionality for this setting?
NOTE: To test this issue, you can create a sample project using the following command:
abp new MyApp -u angular -t app-pro --theme lepton -m none --separate-auth-server --database-provider ef -csf