##// END OF EJS Templates
branch permissions: fixed a case of showing branch permissions entries when inheritation model is used....
branch permissions: fixed a case of showing branch permissions entries when inheritation model is used. - the algo picker used not-explicit pattern but whole set - fixes #5502

File last commit:

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