Skip to content

Commit

Permalink
refactor: Upgrade to model-2.0.62
Browse files Browse the repository at this point in the history
ref #1627
  • Loading branch information
jo-elimu committed Nov 1, 2023
1 parent 861a4ab commit 2233ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h4><content:gettitle /></h4>
<div class="card-panel">
<form:form modelAttribute="letterSound">
<tag:formErrors modelAttribute="letterSound" />
<tag:formErrors modelAttribute="letterSoundCorrespondence" />

<input type="hidden" name="timeStart" value="${timeStart}" />

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/jsp/content/letter-sound/edit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h4><content:gettitle /></h4>
<div class="card-panel">
<form:form modelAttribute="letterSound">
<tag:formErrors modelAttribute="letterSound" />
<tag:formErrors modelAttribute="letterSoundCorrespondence" />

<form:hidden path="revisionNumber" value="${letterSound.revisionNumber}" />
<form:hidden path="usageCount" value="${letterSound.usageCount}" />
Expand Down

0 comments on commit 2233ee6

Please sign in to comment.