Activity log for bug #1648918

Date Who What changed Old value New value Message
2016-12-10 01:40:31 Jason Stephenson bug added bug
2016-12-10 01:40:31 Jason Stephenson attachment added Shows the dimmed Remove button for CONS workstation https://bugs.launchpad.net/bugs/1648918/+attachment/4789782/+files/Screenshot%20from%202016-12-09%2020-28-29.png
2016-12-10 01:41:49 Jason Stephenson attachment added Show the non-dimmed Remove button for BR1 workstation. https://bugs.launchpad.net/evergreen/+bug/1648918/+attachment/4789783/+files/Screenshot%20from%202016-12-09%2020-29-06.png
2016-12-10 01:56:02 Jason Stephenson description While looking into a webstaff client issue encountered by another, I registered a workstation for the admin user in a concerto database at the CONS. I discovered that I could not later remove it, though I could register and remove any other workstation. The Remove button is dimmed out for this workstation. (Screen shots attached.) The reason is that the CONS org_unit is first (i.e. zero) in the perm ou array and so the check for indexOf() returns 0, a false value. The check should be indexOf() != -1. I'll add a branch and edit this description with the branch. While looking into a webstaff client issue encountered by another, I registered a workstation for the admin user in a concerto database at the CONS. I discovered that I could not later remove it, though I could register and remove any other workstation. The Remove button is dimmed out for this workstation. (Screen shots attached.) The reason is that the CONS org_unit is first (i.e. zero) in the perm ou array and so the check for indexOf() returns 0, a false value. The check should be indexOf() != -1. git branch is at working/user/dyrcona/lp1648918-remove-workstation-fix http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/dyrcona/lp1648918-remove-workstation-fix
2017-01-14 18:21:42 Jason Stephenson tags webstaffclient pullrequest webstaffclient
2017-01-14 18:21:46 Jason Stephenson evergreen: milestone 2.next
2017-02-03 18:13:13 Michele Morgan evergreen: assignee Michele Morgan (mmorgan)
2017-02-03 20:09:53 Michele Morgan tags pullrequest webstaffclient pullrequest signedoff webstaffclient
2017-02-03 20:10:00 Michele Morgan evergreen: assignee Michele Morgan (mmorgan)
2017-02-10 22:10:42 Galen Charlton evergreen: status New Confirmed
2017-02-10 22:10:44 Galen Charlton evergreen: importance Undecided Low
2017-02-10 22:10:47 Galen Charlton evergreen: status Confirmed Fix Committed
2017-02-12 14:31:15 Ben Shum evergreen: milestone 2.next 2.12-beta
2017-02-22 20:53:31 Evergreen Bug Maintenance evergreen: status Fix Committed Fix Released