1
0
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:
Ryan Cramer
2018-06-15 11:17:25 -04:00
parent c82dba8835
commit afb4c4dbfd
3 changed files with 21 additions and 5 deletions

View File

@@ -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 *********************************************************************************
*