Comment 1 for bug 1834687

Revision history for this message
Jeff Davis (jdavis-sitka) wrote :

Basically, we want to be able to filter the existing auto-generated Z39.50 Attributes page so that it shows only the attributes for a specific Z39.50 source. If we had that, then each entry on Z39.50 Sources could just have a link to an appropriately-filtered Z39.50 Attributes page.

Note that bug 1840385 is basically the same problem. It would be great if they could share a common solution, like a generic Angular component that filters a list of attributes on some specified foreign-key value (router path ':schema/:table/:filter-on/:value'). Maybe this capability can even be added to the existing BasicAdminPageComponent?