0
trannguyenphucanh created
- ABP Framework version: v5.3.3
- UI Type: Angular
- Database System: EF Core (MySQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hi Support Team,
I encountered an issue in "User" => "Edit" popup customized dropdowns, the value appears to be blank when I open it:
It happens to all Japanese characters and a few other Latin's, on every environments but my local one.
Could you guys take a look at it?
Thank you.
3 Answer(s)
-
0
hi
Can you share the code/new template project to reproduce this? liming.ma@volosoft.com
Thanks.
-
0
Hi maliming,
I tried re-installing using
yarn install
withyarn.lock
&package-lock.json
removed in my local environment and got the same result as other environments,Here is my
package.json
:`{ "name": "BTS", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve --open", "build": "ng build", "build:prod": "ng build --prod", "build:belfordev": "ng build --belfordev", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@abp/ng.components": "5.3.4", "@abp/ng.core": "5.3.4", "@abp/ng.setting-management": "5.3.4", "@abp/ng.theme.shared": "5.3.4", "@angular/animations": "13.3.3", "@angular/common": "13.3.3", "@angular/compiler": "13.3.3", "@angular/core": "13.3.3", "@angular/forms": "13.3.3", "@angular/localize": "13.3.3", "@angular/platform-browser": "13.3.3", "@angular/platform-browser-dynamic": "13.3.3", "@angular/router": "13.3.3", "@ngxs/store": "^3.7.4", "@volo/abp.commercial.ng.ui": "5.3.4", "@volo/abp.ng.account": "5.3.4", "@volo/abp.ng.audit-logging": "5.3.4", "@volo/abp.ng.identity": "5.3.4", "@volo/abp.ng.identity-server": "5.3.4", "@volo/abp.ng.language-management": "5.3.4", "@volo/abp.ng.saas": "5.3.4", "@volo/abp.ng.text-template-management": "5.3.4", "@volo/abp.ng.theme.lepton": "5.3.4", "angular-ng-autocomplete": "2.0.5", "angular2-multiselect-dropdown": "5.0.4", "crypto-js": "^4.2.0", "flag-icon-css": "^4.1.7", "highcharts": "8.0.0", "moment": "2.29.1", "ngx-bootstrap": "5.6.1", "ngx-cron-jobs": "^11.0.3", "ngx-mask": "11.1.5", "ngx-moment": "5.0.0", "rxjs": "6.6.7", "tslib": "2.1.0", "zone.js": "0.10.2" }, "devDependencies": { "@abp/ng.schematics": "5.3.4", "@angular-devkit/build-angular": "13.3.3", "@angular/cli": "13.3.3", "@angular/compiler-cli": "13.3.3", "@angular/language-service": "13.3.3", "@types/jasmine": "3.5.0", "@types/jasminewd2": "2.0.3", "@types/node": "12.20.7", "codelyzer": "6.0.1", "jasmine-core": "3.6.0", "jasmine-spec-reporter": "5.0.0", "karma": "5.1.1", "karma-chrome-launcher": "3.1.0", "karma-coverage-istanbul-reporter": "3.0.2", "karma-jasmine": "4.0.0", "karma-jasmine-html-reporter": "1.5.0", "ng-packagr": "11.0.1", "protractor": "7.0.0", "ts-node": "8.3.0", "tslint": "6.1.0", "typescript": "4.5.4" }, "resolutions": { "@abp/ng.components": "5.3.4", "@abp/ng.core": "5.3.4", "@abp/ng.setting-management": "5.3.4", "@abp/ng.theme.shared": "5.3.4", "@volo/abp.commercial.ng.ui": "5.3.4", "@volo/abp.ng.account": "5.3.4", "@volo/abp.ng.audit-logging": "5.3.4", "@volo/abp.ng.gdpr": "5.3.4", "@volo/abp.ng.identity": "5.3.4", "@volo/abp.ng.identity-server": "5.3.4", "@volo/abp.ng.language-management": "5.3.4", "@volo/abp.ng.saas": "5.3.4", "@volo/abp.ng.text-template-management": "5.3.4", "@volo/abp.ng.theme.lepton": "5.3.4" } } `
Could you take a look?
-
0
hi
Can you share a project so I can check it on my local