##// END OF EJS Templates
permissions: flush members of user groups permissions to clear caches....
permissions: flush members of user groups permissions to clear caches. - we could get into a state that permissions isn't changed/showed immidiatelly based on the members of user groups which permissions we change.

File last commit:

r3152:afc7a9c4 default
r3153:37902585 default
Show More
.babelrc
10 lines | 160 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}