Skip to content

Commit

Permalink
SAK-42841 - New recovered assessments tab should have a unique identi… (
Browse files Browse the repository at this point in the history
sakaiproject#7634)

* SAK-42841 - New recovered assessments tab should have a unique identifier

* SAK-42841 - Updating to use assessment id title and match order from event tab
  • Loading branch information
jonespm authored and Miguel Pellicer committed Dec 3, 2019
1 parent 964a0ce commit 01a5180
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"columns": [
{"bSortable": true, "bSearchable": true, "type": "span"},
{"bSortable": true, "bSearchable": true},
{"bSortable": true, "bSearchable": true},
{"bSortable": false, "bSearchable": false},
],
"language": {
Expand Down Expand Up @@ -87,6 +88,12 @@
<h:outputText value="#{authorFrontDoorMessages.assessment_draft} - " styleClass="highlight" rendered="#{deletedAssessment.draft}" />
<h:outputText value="#{deletedAssessment.title}" />
</h:column>
<h:column>
<f:facet name="header">
<h:outputText value="#{eventLogMessages.id}" />
</f:facet>
<h:outputText value="#{deletedAssessment.id}" />
</h:column>

<h:column>
<f:facet name="header">
Expand Down

0 comments on commit 01a5180

Please sign in to comment.