File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Kitodo/src/main/webapp/WEB-INF/templates/includes/massImport Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 3030 value ="#{MassImportForm.file} "
3131 listener ="#{MassImportForm.handleFileUpload} "
3232 allowTypes ="/(\.|\/)(csv)$/ "
33- sizeLimit ="100000 "
33+ sizeLimit ="1000000 "
3434 skinSimple ="true "
3535 update ="recordsForm fileUploadForm "
3636 styleClass ="input "
129129 styleClass ="secondary remove-metadata-column "
130130 action ="#{MassImportForm.removeMetadata(columnIndex)} "
131131 title ="#{msgs.delete} "
132+ process ="@this "
133+ partialSubmit ="true "
132134 icon ="fa fa-trash-o "
133135 update ="recordsForm:recordsTableWrapper "/>
134136 </ f:facet >
150152 title ="#{msgs['dataEditor.addMetadata.newMetadata']} "
151153 disabled ="#{MassImportForm.records.size() eq 0} "
152154 style ="margin: 3px "
155+ process ="@this "
156+ partialSubmit ="true "
153157 icon ="fa fa-plus "
154158 styleClass ="secondary "
155159 action ="#{MassImportForm.addMetadataDialog.prepareMetadataTypes()} "
167171 < div >
168172 < p:commandButton id ="addCsvRecord "
169173 action ="#{MassImportForm.addRecord} "
174+ process ="@this "
175+ partialSubmit ="true "
170176 title ="#{msgs['massImport.addRow']} "
171177 value ="#{msgs['massImport.addRow']} "
172178 icon ="fa fa-plus "
191197 var ="configuration "
192198 itemLabel ="#{configuration.title} "
193199 itemValue ="#{configuration} "/>
194- < p:ajax update ="recordsForm "/>
200+ < p:ajax process ="@this "
201+ partialSubmit ="true "
202+ update ="recordsForm "/>
195203 </ p:selectOneMenu >
196204 <!-- FIXME: this tooltip doesn't work! -->
197205 < p:tooltip for ="catalogueSelect "
You can’t perform that action at this time.
0 commit comments