ORIENT/modules/backend
Alexander Guth 1389f77390 Fix 'illegal string offset' warning (#3331)
Credit to @alxy 
In case a new administrator is created by a non-superuser and no permission is set directly on creation, `permissions` is not initialized correctly. Thus, when the non-superuser tries to acceess `$this->model->permissions` it is not populated with an empty array as expected.

I have actually no clue why it does work for superusers however, as they should certainly experience the same issue, but this is not the case.
2017-12-31 11:03:07 -06:00
..
assets Update mediamanager JS file path in october.js (#3224) 2017-11-08 09:30:09 -06:00
behaviors Typo fix 2017-12-12 10:41:12 -06:00
classes Updating base widget inline documentation 2017-11-22 14:10:04 -06:00
controllers Fixes #3315 2017-12-28 13:21:00 -06:00
database Introduce concept of system roles 2017-07-13 19:29:50 +10:00
facades Code dusting (#2826) 2017-04-24 21:38:19 +10:00
formwidgets Fix 'illegal string offset' warning (#3331) 2017-12-31 11:03:07 -06:00
helpers Add ignoreTimezone option to datepicker field and column types. 2017-09-10 22:39:15 -06:00
lang Bring Finnish language up to date (#3316) 2017-12-21 11:16:01 -06:00
layouts Properly support iconSvg in backend side nav menus 2017-11-22 17:23:01 -06:00
models Change incorrect default CSS classes for table styles (#3270) 2017-11-28 20:46:30 -06:00
reportwidgets {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
skins {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
traits Save relations first in model saver 2017-12-06 21:21:19 +11:00
views Change to mail partial syntax 2017-07-26 17:48:00 +10:00
widgets Fix deprecated calls. (#3283) 2017-12-04 06:13:27 -06:00
ServiceProvider.php Update MM lang refs 2017-10-16 17:52:50 +11:00
composer.json Fixes #3081. Resets module dependencies from dev to stable. Refs 081a32c928 2017-09-04 12:40:55 -06:00
routes.php Apply web middleware group for the good cookies 2017-05-13 22:18:13 +10:00