mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
Removed a duplicate key error output for further testing
This commit is contained in:
@@ -125,7 +125,7 @@ const GroupEdit = (props) => {
|
||||
error.textContent = "Duplicate key found!";
|
||||
error.style.color = "red";
|
||||
} else {
|
||||
error.textContent = "";
|
||||
//error.textContent = "";
|
||||
propkeys.forEach((key, i) => (propobject[key] = propvalues[i]));
|
||||
}
|
||||
if (
|
||||
|
@@ -301,7 +301,7 @@ class APIHandler(BaseHandler):
|
||||
'properties': group.properties,
|
||||
}
|
||||
access_map = {
|
||||
'read:groups': {'kind', 'name', 'properties','users'},
|
||||
'read:groups': {'kind', 'name', 'properties', 'users'},
|
||||
'read:groups:name': {'kind', 'name'},
|
||||
'read:roles:groups': {'kind', 'name', 'roles'},
|
||||
}
|
||||
|
Reference in New Issue
Block a user