UI: Fixed the inability to edit resource type in resource library when created resource
This commit is contained in:
parent
7aa77faf78
commit
8c0fbbc69b
@ -92,7 +92,7 @@ export class ResourcesLibraryComponent extends EntityComponent<Resource> impleme
|
||||
|
||||
override updateFormState(): void {
|
||||
super.updateFormState();
|
||||
if (this.isEdit && this.entityForm) {
|
||||
if (this.isEdit && this.entityForm && !this.isAdd) {
|
||||
this.entityForm.get('resourceType').disable({ emitEvent: false });
|
||||
if (this.entityForm.get('resourceType').value !== ResourceType.JS_MODULE) {
|
||||
this.entityForm.get('fileName').disable({ emitEvent: false });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user