mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Enh: added closable = false
as default ModalDialog
widget setting
This commit is contained in:
parent
3b8000405f
commit
633ae476c7
@ -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)
|
||||
--------------------------------
|
||||
|
@ -13,6 +13,8 @@ class ModalDialog extends Modal
|
||||
|
||||
private $dialogClass;
|
||||
|
||||
public $closable = false;
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user