Skip to content
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

Handle error opening metadata file #5872

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

solth
Copy link
Member

@solth solth commented Jan 10, 2024

Fixes #5844

Bildschirmfoto 2024-01-10 um 10 50 02

@solth solth requested a review from IkramMaalej January 15, 2024 11:06
visible="#{not empty DataEditorForm.metadataFileLoadingError}"
appendTo="@(body)"
resizable="false"
closable="false"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!
I would just like to add this line of code in order to hide the loadingScreen displayed behind the dialog box.
onShow="if($('#loadingScreen').length) {$('#loadingScreen').hide();}"

@solth solth requested a review from IkramMaalej January 15, 2024 18:21
@solth solth merged commit ce51a2b into kitodo:master Jan 22, 2024
2 checks passed
@solth solth deleted the handle-missing-meta-xml branch January 22, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uncaught error when process dir or meta.xml is missing
2 participants