mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
legacy dialog - Fix missing buttons
This commit is contained in:
parent
6d538f29f0
commit
db7c68bdc7
@ -117,7 +117,7 @@ for(const [key, value] of Object.entries(et2_dialog.properties))
|
||||
{
|
||||
let attr = et2_dialog.properties[key];
|
||||
|
||||
attrs[key] = {type: type_map[attr.type?.name || attr.name] || "string"};
|
||||
attrs[key] = {type: type_map[attr.type?.name || attr.name] || "any"};
|
||||
}
|
||||
attrs["value"] = {type: "any"};
|
||||
et2_attribute_registry[et2_dialog.name] = attrs
|
||||
|
Loading…
Reference in New Issue
Block a user