#490: Fixed password change bug for non admins
This commit is contained in:
@@ -89,19 +89,19 @@ export const GetIconInfo = (action) => {
|
||||
{"key": "cache_get", "values": ["get_cache"]},
|
||||
{"key": "filter", "values": ["filter", "route", "router",]},
|
||||
{"key": "merge", "values": ["join", "merge"]},
|
||||
{"key": "search", "values": ["search", "find", "locate", "index", "analyze", "anal",]},
|
||||
{"key": "search", "values": ["search", "find", "locate", "index", "analyze", "anal", "match"]},
|
||||
{"key": "list", "values": ["list", "head", "options"]},
|
||||
{"key": "download", "values": ["capture", "get", "download", "return", "hello_world", "curl",]},
|
||||
{"key": "download", "values": ["capture", "get", "download", "return", "hello_world", "curl", "request", ]},
|
||||
{"key": "add", "values": ["add"]},
|
||||
{"key": "delete", "values": ["delete", "remove", "clear", "clean",]},
|
||||
{"key": "send", "values": ["send", "dispatch", "mail", "forward", "post", "submit", "mark", "set"]},
|
||||
{"key": "repeat", "values": ["repeat", "retry", "pause", "skip",]},
|
||||
{"key": "repeat", "values": ["repeat", "retry", "pause", "skip", "copy", "replicat", ]},
|
||||
{"key": "execute", "values": ["execute", "run", "play", "raise",]},
|
||||
{"key": "extract", "values": ["extract", "unpack", "decompress", "open"]},
|
||||
{"key": "inflate", "values": ["inflate", "pack", "compress",]},
|
||||
{"key": "edit", "values": ["update", "create", "edit", "put", "patch", "change", "replace", "conver", "map", "format", "escape"]},
|
||||
{"key": "edit", "values": ["update", "create", "edit", "put", "patch", "change", "replace", "conver", "map", "format", "escape", "describe", ]},
|
||||
{"key": "compare", "values": ["compare", "convert", "to", "filter", "translate", "parse"]},
|
||||
{"key": "close", "values": ["close", "stop", "cancel",]},
|
||||
{"key": "close", "values": ["close", "stop", "cancel", "block", ]},
|
||||
]
|
||||
|
||||
var selectedKey = ""
|
||||
|
||||
Reference in New Issue
Block a user