galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.34k stars 967 forks source link

[24.0] Fix listing possibly untitled records in Invenio Plugin #18130

Closed davelopez closed 1 month ago

davelopez commented 1 month ago

Fixes https://sentry.galaxyproject.org/share/issue/e3d988bcf5894bb0b96fc5ecbed253b2/

Even if the title is a required attribute, users can save draft records without a title until published.

image

This change ensures the record title is always available and provides a default No title otherwise.

How to test the changes?

(Select all options that apply)

License

bgruening commented 1 month ago

Thanks @davelopez