mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* Etemplate: Fix entry widget had wrong ID, so was missing value
Typescript conversion error
This commit is contained in:
parent
5a5575ace2
commit
1230a4eb6e
@ -78,7 +78,7 @@ class et2_entry extends et2_valueWidget
|
||||
|
||||
public static readonly legacyOptions : string[] = ["field","compare","alternate_fields"];
|
||||
|
||||
static readonly prefix: '~';
|
||||
public static readonly prefix = '~';
|
||||
protected widget = null;
|
||||
|
||||
constructor(_parent, _attrs? : WidgetConfig, _child? : object)
|
||||
|
Loading…
Reference in New Issue
Block a user