Enh: added closable = false as default ModalDialog widget setting

This commit is contained in:
buddh4 2017-08-29 12:10:09 +02:00
parent 3b8000405f
commit 633ae476c7
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Important note for LDAP users: There is a new setting "ID Attribute" which shoul
- Enh: Removed LDAP UserFilter/LoginFilter length restriction
- Fix: UTC timezone issue with `TimeZoneDropdownAddition` and added `$includeUTC` flag to `TimezoneHelper::generateList()`
- Fix: ControllerAccess json rule
- Enh: added `closable = false` as default `ModalDialog` widget setting
1.2.2 (August 2, 2017)
--------------------------------

View File

@ -13,6 +13,8 @@ class ModalDialog extends Modal
private $dialogClass;
public $closable = false;
/**
* @inheritdoc
*/