-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mass import #4901
Mass import #4901
Conversation
c49a1bd
to
016fa2d
Compare
Kitodo/src/main/java/org/kitodo/production/forms/createprocess/CreateProcessForm.java
Outdated
Show resolved
Hide resolved
Kitodo/src/main/java/org/kitodo/production/forms/createprocess/ProcessBooleanMetadata.java
Outdated
Show resolved
Hide resolved
@@ -592,6 +592,7 @@ messages=Messages | |||
metadata=Metadata | |||
metadataCorrupt=The metadata file is faulty, please inform the administrator. | |||
metadataDelete=Delete metadata | |||
metadataDeleteNotAllowed=Metadata is set as'Required' oder "alwaysShowing" in the ruleset | |||
metadataDoesNotEndWith=not end with the value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the user's point of view, a little more context may be required, for example "The deletion of the metadata is not possible because metadata is set as 'Required' oder "alwaysShowing" in the ruleset.
@@ -580,6 +580,7 @@ messages=Nachrichten | |||
metadata=Metadaten | |||
metadataCorrupt=Die Metadatendatei ist fehlerhaft, bitte informieren Sie ihren Administrator. | |||
metadataDelete=Metadaten l\u00F6schen | |||
metadataDeleteNotAllowed=Metadaten ist in Regelsatz als 'Required' oder "alwaysShowing" konfiguriert | |||
metadataDoesNotEndWith=endet nicht mit dem Wert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest change with more context see en properties
Kitodo/src/main/java/org/kitodo/production/forms/createprocess/ProcessBooleanMetadata.java
Outdated
Show resolved
Hide resolved
Kitodo/src/main/java/org/kitodo/production/forms/dataeditor/DataEditorForm.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my point of view, code is save except for the small changes and Codacy. However, I still have to test it in the application.
3f19cc9
to
93b1f19
Compare
rendered="#{MassImportForm.importMode.equals('file') and MassImportForm.selectedCatalog ne null}"> | ||
<div> | ||
<p:fileUpload value="#{MassImportForm.file}" | ||
fileUploadListener="#{MassImportForm.handleFileUpload}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs to be updated to the Primefaces 8 syntax (see #4909)
999adfa
to
5d2d693
Compare
5d2d693
to
dbbec45
Compare
e898201
to
3f38e5e
Compare
Kitodo/src/main/java/org/kitodo/production/forms/createprocess/ProcessSelectMetadata.java
Outdated
Show resolved
Hide resolved
3f38e5e
to
a016bb6
Compare
I would opt to solve those issues in separate pull requests because this one is already huge enough as it is and shouldn't be delayed further. The release management also prefers many small pull requests over few large ones, AFAIK. |
573dca8
to
a0da846
Compare
Fix frontend issues
a0da846
to
e6dbbd0
Compare
Redesign massImport
Part of #4322