Angular Metabib Field Configuration Admin UI Fleshes Bulky "format" column

Bug #1858233 reported by Bill Erickson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Evergreen
Confirmed
Low
Unassigned

Bug Description

Evergreen 3.4

In the Admin -> Server Admin -> MARC Search/Facet Fields interface.

The pcrud query that renders the grid fleshes the 'format' column which results in large chunk of XSL content getting fleshed on each row in the grid, resulting in noticeably slow rendering for the interface (and loads of unnecessary net bulk).

This is the result of admin-page component invoking pcrud with {fleshSelectors: true}, which is normally safe, because it results in fleshing a single row in the linked table per grid row. In this case, though, a row could be 128k of XSL.

May need a way to tell admin-page that some selectors should not be fleshed or, similar to bug #1830804, an IDL attribute indicating row size instead of row count.

Marking as Low priority since the UI still works fine.

Changed in evergreen:
status: New → Confirmed
Revision history for this message
Jessica Woolford (jwoolford) wrote :

Wondering if this also makes this grid impossible to sort? I'm working with it on a project today and noticing that.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.