Comment 4 for bug 1739277

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

Hi Kyle, I have reviewed the branch and have a suggestion about how we apply the styling the individual org units.

I've pushed a branch with an alternate approach (for Angular) which allows the caller to pass in the CSS they wish to apply to each org unit instead of baking the style into the org selector itself.

https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/lp1739277-org-select-class-callback

This allows for more flexibility (see sandbox example) and means we don't have to modify the actual org unit labels in the selector.

I'm pretty sure similar treatment could be done to the AngJS org select.