mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +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);
|
delete(attrs.label);
|
||||||
|
|
||||||
attrs.type = "link-entry";
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user