Skip to content

Commit

Permalink
SAK-30713 - Error 500 on bulk edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm committed Apr 8, 2016
1 parent b802bf4 commit 4d68653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syllabus/syllabus-app/src/webapp/syllabus/main_edit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<h:commandLink action="#{SyllabusTool.processListNew}"
styleClass="actionLink"
onmousedown="assignWarningClick(this);"
rendered="#{SyllabusTool.addIteme == 'true'}">
rendered="#{SyllabusTool.addItem == 'true'}">
<h:outputText value="#{msgs.bar_new}"/>
</h:commandLink>
<f:verbatim></span></li></f:verbatim>
Expand Down

0 comments on commit 4d68653

Please sign in to comment.