The project name in the lepton-x left menu appears to be a constant, not affected by the Texts->AppName setting in the server's en.json file. If I create project called "Test" and chnage the en.json to "Test123", I see "Test123" in the browser title bar, but I still see "Test" in the lepton-x menu adjacent to the logo. I am using the angular front-end.
Shouldn't the localization file override the menu title? I believe the localization setting worked in past versions as I just started having this issue in 9.3.x. I can reproduce the issue in a new project as well.
If the localization file no longer works, is there a way to override the name, hopefully without overriding the entire brand component?
Thanks!
Sample Test Project:
- Template: app
- Created ABP Studio Version: 1.2.2
- Current ABP Studio Version: 1.2.2
- Tiered: No
- Multi-Tenancy: Yes
- UI Framework: angular
- Theme: leptonx
- Theme Style: system
- Theme Menu Placement: side
- Run Install Libs: Yes
- Progressive Web App: No
- Run Progressive Web App Support: No
- Database Provider: ef
- Database Management System: sqlite
- Separate Tenant Schema: No
- Create Initial Migration: Yes
- Run Db Migrator: Yes
- Mobile Framework: none
- Public Website: No
- Social Login: No
- Include Tests: Yes
- Kubernetes Configuration: No
- Distributed Event Bus: none
- Use Local References: No
- Optional Modules:
- GDPR
- FileManagement
- TextTemplateManagement
- LanguageManagement
- AuditLogging
- OpenIddictAdmin
- Selected Languages:
English, Arabic, Chinese (Simplified), Chinese (Traditional), Czech, English (United Kingdom), Finnish, French, German (Germany), Hindi , Hungarian, Icelandic, Italian, Portuguese (Brazil), Romanian (Romania), Russian, Slovak, Spanish, Swedish, Turkish
- Default Language: English
- Create Command: abp new Test -t app --ui-framework angular --database-provider ef --database-management-system sqlite --theme leptonx --without-cms-kit --dont-run-bundling --no-social-logins -file-management
- Exception message and full stack trace: n/a
- Steps to reproduce the issue:
- Create a new ABP solution with Angular and LeptonX (commercial) i.e. "Test"
- Edit the Test.Domain.Shared/Localization/Text/en.json: Texts->AppName to set to "Test123"
- Start the application and observe the name remains "Test" in the lpx menu.