omeka / omeka-s

Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata.
GNU General Public License v3.0
403 stars 135 forks source link

Testing: linked resources interface #2178

Closed jimsafley closed 1 month ago

jimsafley commented 7 months ago

The fix-linked-resources-interface branch aims for a more consistent linked resources interface. The resource/property filter should contain expected options and the linked resources table should reflect the order and content of whatever filter is selected. (Note that this does not fix the "linked resources for item sets" issue that came up recently.)

allanaaa commented 6 months ago

This seems to fix the most immediate problem, that the table was sorting and inserting subheadings based on resource templates.

The pagination variable hostage-taking isn't fixed in this, if that's what you mean by "for item sets".

On the admin side, the table could use space a bit better - instead of having each column be half the width:

Screenshot 2024-04-16 at 10 32 02

That's all I'm really seeing.

jimsafley commented 6 months ago

Thanks for looking at this. There's another branch that fixes the hostage-taking: linked-resources-async. You could also look at that one, but it's probably not going into 4.1.0, so it's not urgent.