Loading Pending Patrons Does Not Display Duplicate Field Value Alerts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Fix Released
|
Medium
|
Unassigned | ||
3.12 |
Fix Released
|
Undecided
|
Unassigned | ||
3.13 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
3.10
When loading a patron from the pending patrons screen, there is no Address Alert unless you click into and out of one of the address fields.
As those fields may have been completed by the patron, there may be no need for staff to click into them. The unfortunate consequence is that staff are prevented from seeing the Address Alert.
It is true that this behavior also occurs whenever you view the patron's record, but the lack of an Address Alert may be less of an issue once the patron registration has been completed. I leave that up to discussion.
This sounds similar to, although not entirely the same as, https:/
Changed in evergreen: | |
status: | New → Confirmed |
summary: |
- Loading Pending Patrons Does Not Display Address Alert + Loading Pending Patrons Does Not Display Duplicate Address Alert |
tags: | added: pullrequest |
Changed in evergreen: | |
importance: | Undecided → Medium |
Changed in evergreen: | |
assignee: | nobody → Jeff Godin (jgodin) |
Changed in evergreen: | |
assignee: | Jeff Godin (jgodin) → nobody |
milestone: | none → 3.14-beta |
Changed in evergreen: | |
milestone: | 3.14-beta → 3.14-rc |
Changed in evergreen: | |
milestone: | 3.14-rc → 3.14.1 |
Changed in evergreen: | |
assignee: | nobody → Terran McCanna (tmccanna) |
Changed in evergreen: | |
status: | Fix Committed → Fix Released |
Noting that this is _not_ the same as bug 1980273, which concerns the display of penalties/alerts in the patron summary tab in the AngularJS circulation interface.
Rather, it concerns the display of duplicate address warnings in the AngularJS patron editor. That interface currently runs the duplicate field value checks only when an input is (potentially) changed. It looks like that the desire is to also run these checks when the patron editor is loaded from a pending patron for the first time.