Merge "PolyGerrit: if project is not read only do not show N for no"

This commit is contained in:
Becky Siegel
2017-08-08 16:56:30 +00:00
committed by Gerrit Code Review

View File

@@ -127,7 +127,7 @@
},
_readOnly(item) {
return item.state === 'READ_ONLY' ? 'Y' : 'N';
return item.state === 'READ_ONLY' ? 'Y' : '';
},
_computeWeblink(project) {