File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed
Kitodo/src/main/webapp/WEB-INF/templates/includes/massImport Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 8585 < div class ="select-selector ">
8686 < p:panelGrid >
8787 < p:row >
88- < p:button id ="goToProcesses "
89- value ="#{msgs['processes']} "
90- styleClass ="primary right "
91- outcome ="/pages/processes?tabId=processTab&faces-redirect=true "/>
92- < p:commandButton id ="close "
93- value ="#{msgs.close} "
94- styleClass ="secondary right "
95- onclick ="PF('massImportResultDialog').hide(); "/>
88+ < h:form id ="massImportResultDialogButtonForm ">
89+ < p:button id ="goToProcesses "
90+ value ="#{msgs['processes']} "
91+ styleClass ="primary right "
92+ outcome ="/pages/processes?tabId=processTab&faces-redirect=true "/>
93+ < p:commandButton id ="close "
94+ value ="#{msgs.close} "
95+ styleClass ="secondary right "
96+ onclick ="PF('massImportResultDialog').hide(); "/>
97+ </ h:form >
9698 </ p:row >
9799 </ p:panelGrid >
98100 </ div >
Original file line number Diff line number Diff line change 117117 value ="#{MassImportForm.records} "
118118 var ="record ">
119119 < p:ajax event ="cellEdit "
120- update ="recordsForm:recordsTable massImportButtonForm "/>
120+ partialSubmit ="true "
121+ process ="@this "/>
121122 <!--@elvariable id="columnIndex" type="java.lang.Integer"-->
122123 < p:columns var ="metadataKey "
123124 columnIndexVar ="columnIndex "
142143 </ f:facet >
143144 < f:facet name ="input ">
144145 < p:inputText value ="#{record.csvCells.get(columnIndex).value} ">
145- < p:ajax update ="recordsForm:recordsTable massImportButtonForm "/>
146+ < p:ajax partialSubmit ="true "
147+ process ="@this "
148+ update ="massImportButtonForm "/>
146149 </ p:inputText >
147150 </ f:facet >
148151 </ p:cellEditor >
You can’t perform that action at this time.
0 commit comments