Skip to content

Commit

Permalink
avoid duplicate id
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Dec 14, 2024
1 parent 42d1332 commit c53ba93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/dataset.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2066,10 +2066,10 @@
</h:outputFormat>
</p>
<div class="form-group">
<label for="versionNote" class="col-sm-3 control-label">
<label for="versionNoteInTable" class="col-sm-3 control-label">
#{bundle['dataset.version.versionNote.addEdit']}
</label>
<p:inputTextarea styleClass="col-sm-9" id="versionNote" rows="4" value="#{DatasetPage.workingVersion.versionNote}" title="#{bundle['dataset.version.versionNote.title']}" maxlength="1000" widgetVar="versionNote"
<p:inputTextarea styleClass="col-sm-9" id="versionNoteInTable" rows="4" value="#{DatasetPage.workingVersion.versionNote}" title="#{bundle['dataset.version.versionNote.title']}" maxlength="1000" widgetVar="versionNoteInTable"
cols="70" counter="display" counterTemplate="{0} characters remaining." autoResize="false"
required="false"/>
</div>
Expand Down

0 comments on commit c53ba93

Please sign in to comment.