mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 09:14:58 +02:00
Add support for users with user-admin-all permission to be able to assign roles with user-admin permission per processwire/processwire-issues#607
This commit is contained in:
@@ -1332,9 +1332,17 @@ $config->versionName = '';
|
||||
* Value is null, 0, or 1 or higher. This should be kept at null in this file.
|
||||
*
|
||||
*/
|
||||
$config->inputfieldColumnWidthSpacing = null;
|
||||
|
||||
$config->inputfieldColumnWidthSpacing = null;
|
||||
|
||||
/**
|
||||
* Populated to contain <link rel='next|prev'.../> tags for document head
|
||||
*
|
||||
* This is populated only after a MarkupPagerNav::render() has rendered pagination and is
|
||||
* otherwise null.
|
||||
*
|
||||
* $config->pagerHeadTags = '';
|
||||
*
|
||||
*/
|
||||
|
||||
/*** 11. SYSTEM *********************************************************************************
|
||||
*
|
||||
|
Reference in New Issue
Block a user