Index: matrix/tool/src/java/org/theospi/portfolio/matrix/control/CellController.java =================================================================== --- matrix/tool/src/java/org/theospi/portfolio/matrix/control/CellController.java (revision 47318) +++ matrix/tool/src/java/org/theospi/portfolio/matrix/control/CellController.java (working copy) @@ -161,13 +161,16 @@ cell.getCell().getWizardPage())); Boolean readOnly = new Boolean(false); + Agent owner = cell.getCell().getWizardPage().getOwner(); if (cell.getCell().getMatrix() != null) { - Agent owner = cell.getCell().getMatrix().getOwner(); + //owner = cell.getCell().getMatrix().getOwner(); readOnly = isReadOnly(owner, cell.getCell().getMatrix() .getScaffolding().getWorksiteId()); + } else { } model.put("readOnlyMatrix", readOnly); + model.put("wizardOwner", owner.getDisplayName()); String[] objectMetadata = getObjectMetadata(pageId, request); model.put("objectId", objectMetadata[METADATA_ID_INDEX]); Index: matrix/tool/src/bundle/org/theospi/portfolio/matrix/bundle/Messages.properties =================================================================== --- matrix/tool/src/bundle/org/theospi/portfolio/matrix/bundle/Messages.properties (revision 47318) +++ matrix/tool/src/bundle/org/theospi/portfolio/matrix/bundle/Messages.properties (working copy) @@ -329,6 +329,9 @@ instructions_currently_associated=Items currently associated with cell: seq_pages_step=Step {0} of {1}: {2} +blind_evaluation_username=????? +blind_evaluation_tooltip=User name is obscured (Evaluations/Permissions/View Owner is DISABLED) + hdr.table.evidence=Evidence table.evidence.summary=Table holds evidence contributed, as well as links to add new evidence, or edit or remove existing evidence. Column 1 contains evidence title and feedback (links take to evidence), Column 2 contain links to act on the evidence. Columns 3 and 4 contain creator and date of evidence. table_header_title =Title Index: matrix/tool/src/webapp/WEB-INF/jsp/matrix/viewCell.jsp =================================================================== --- matrix/tool/src/webapp/WEB-INF/jsp/matrix/viewCell.jsp (revision 47318) +++ matrix/tool/src/webapp/WEB-INF/jsp/matrix/viewCell.jsp (working copy) @@ -62,7 +62,25 @@
-
+ + +

+ + + + + + + + + "> + + + + +

+ +

- + + + + + + + "> + + + + - + + + - + + + "> + + + + + @@ -490,7 +528,17 @@ key="review" />
- + + + + + + + "> + + + + - + + + + + + "> + + + + - + + + + + + "> + + + + - + + + + + + "> + + + +