mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 01:57:09 +02:00
Fix some typescript bugs
- Don't default dialog width so the automatic calculations run - Setting etemplate_exec_id after load doesn't work, moved to passing it in. Fixes several file select issues
This commit is contained in:
@ -769,7 +769,7 @@ var et2_dialog = /** @class */ (function (_super) {
|
||||
name: "width",
|
||||
type: "string",
|
||||
description: "Define width of dialog, the default is auto",
|
||||
"default": 'auto'
|
||||
"default": et2_no_init
|
||||
},
|
||||
height: {
|
||||
name: "height",
|
||||
|
Reference in New Issue
Block a user