Comment 11 for bug 1857351

Revision history for this message
Jane Sandberg (sandbergja) wrote :

I created a branch that fixes the ordering that I've heard of so far. The branch is user/sandbergja/lp1857351_angular_admin_order

Here's a link: https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/sandbergja/lp1857351_angular_admin_order

The interfaces that should have changed:
* Admin > Acq > EDI Account
* Admin > Local > Shelving Locations Editor
* Admin > Local > Address Alerts
* Admin > Local > Carousel Editor
* Admin > Server Admin > Hard Due Date Changes
* Admin > Server Admin > Z39.50 Servers
* Booking > Manage Reservations (and several others; only the editor modal changed for these, not the grid column order)
* Cataloging > MARC Batch Import/Export > Merge/Overlay Profiles

Other interfaces should not have been changed. Looking forward to testing!

If this branch is accepted, it should be simple to create a custom field order for any of the autogenerated admin interfaces in the future: just adding 1-4 lines in a routing.module.ts file.