Skip to content

Commit 8cfdc22

Browse files
committed
remove redundant h:form
1 parent fa2324b commit 8cfdc22

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/webapp/dataset.xhtml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,8 +2116,7 @@
21162116
</p:dialog>
21172117
<p:dialog id="curationStatusHistoryDialog" header="#{bundle['dataset.curationStatusHistory']}"
21182118
widgetVar="curationStatusHistoryDialog" modal="true" responsive="true">
2119-
<h:form id="curationStatusHistoryForm">
2120-
<p:dataTable value="#{DatasetPage.workingVersion.curationStatuses}" var="status"
2119+
<p:dataTable value="#{DatasetPage.workingVersion.curationStatuses}" var="status"
21212120
styleClass="margin-bottom-half" rowIndexVar="index">
21222121
<p:column headerText="#{bundle['dataset.curationStatus']}">
21232122
<h:outputText value="#{status.label}"/>
@@ -2130,8 +2129,7 @@
21302129
<p:column headerText="#{bundle['dataset.curationAssigner']}">
21312130
<h:outputText value="#{status.authenticatedUser.name}"/>
21322131
</p:column>
2133-
</p:dataTable>
2134-
</h:form>
2132+
</p:dataTable>
21352133
</p:dialog>
21362134
<p:dialog id="versionNoteId" styleClass="smallPopUp" header="#{bundle['dataset.versionNote.header']}" widgetVar="editVersionNoteDialog" modal="true">
21372135
<p:fragment id="noteHelpPanel" rendered="#{versionNoteEnabled}">

0 commit comments

Comments
 (0)