mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Fix missing link entry title in readonly customfield list
This commit is contained in:
parent
8ffbe97884
commit
b7623cb284
@ -725,7 +725,7 @@ export class et2_customfields_list extends et2_valueWidget implements et2_IDetac
|
||||
delete(attrs.label);
|
||||
|
||||
attrs.type = "link-entry";
|
||||
attrs.only_app = typeof field.only_app == "undefined" ? field.type : field.only_app;
|
||||
attrs[attrs.readonly ? "app" : "only_app"] = typeof field.only_app == "undefined" ? field.type : field.only_app;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user