Merge "PolyGerrit: if project is not read only do not show N for no"
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
},
|
||||
|
||||
_readOnly(item) {
|
||||
return item.state === 'READ_ONLY' ? 'Y' : 'N';
|
||||
return item.state === 'READ_ONLY' ? 'Y' : '';
|
||||
},
|
||||
|
||||
_computeWeblink(project) {
|
||||
|
||||
Reference in New Issue
Block a user