##// END OF EJS Templates
permissions: fixed a case when a duplicate permission was making archive operation still display settings.
permissions: fixed a case when a duplicate permission was making archive operation still display settings.

File last commit:

r3172:d37fc984 default
r4414:92157ec6 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}