Comment 23 for bug 1779158

Revision history for this message
Bill Erickson (berick) wrote :

New commits pushed here:

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/lp1779158-ang6-vandelay

1. Sign-offs for Kyle's bug fix commits.
2. Adding an AlertDialogComponent
3. Using the new AlertDialogComponent to alert users about duplicate queues.
4. Only display complete=false queues in the import dialog queue selector.
5. Ensure newly created queues are added to the local queue cache.

===

Regarding the Match-Set-Type combobox, we'll need to 1) teach fm-editor to use comboboxes instead of <selects> for lists of things and 2) we'll need to teach the fm-editor how to accept a list of values to pass to the combobox, since in this case the values are plain text and can't be derived from the database via foreign key. This will also impact bug #1809288, which has fm-editor tweaks.