Commit Graph

8 Commits

Author SHA1 Message Date
nathan
e6dfaf0f5c Resources: Make ACL edit popup wider 2023-04-20 08:18:43 -06:00
nathan
ff2c360dde Resources: Fix category ACL with no admin added a blank user, which then failed validation 2023-04-18 11:16:06 -06:00
Ralf Becker
d2c85cfe86 fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
2021-10-06 16:08:32 +02:00
Ralf Becker
868135775c PHP 8 fixes 2021-03-29 16:47:19 +02:00
nathangray
d805e9f467 Stop using deprecated each(), using foreach(), key() or current() instead 2019-02-12 14:13:45 -07:00
Ralf Becker
82081eb58a fix PHP error class config not found when storing ACL for resources on minimal install 2017-08-24 11:58:07 +02:00
nathangray
726d2c3a51 Fix resource categories:
- category admin is different from category owner
- fix error saving ACL
- fix missing column IDs, which prevented user from resizing or toggling some columns
2016-06-13 20:35:43 -06:00
nathangray
3253cce632 Update resources ACL UI 2016-05-26 15:32:00 -06:00