[FOLIO-831] Settings for Users, Items; Addresses for Users; broken Created: 12/Sep/17 Updated: 12/Nov/18 Resolved: 14/Sep/17 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P2 |
| Reporter: | Niels Erik Nielsen | Assignee: | John Coburn |
| Resolution: | Done | Votes: | 0 |
| Labels: | sprint22 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 3 hours, 30 minutes | ||
| Original estimate: | Not Specified | ||
| Attachments: |
|
| Sprint: |
| Description |
|
When trying to add a setting or an address, the page reloads and nullifies the operation. Seems to affect repeatable edit fields (forms where you can add multiple instances of a property, like addresses for a user) |
| Comments |
| Comment by Niels Erik Nielsen [ 12/Sep/17 ] |
|
I iterated through stripes-components snapshots from before the weekend through Monday (yesterday): stripes-components time stamp in npm repo 1.7.100354 works, 2017-09-07 18:42:53...Z 1.7.100355 works, 2017-09-11 02:10:07...Z 1.7.100356 works, 2017-09-11 13:49:40...Z 1.7.100357 broken, 2017-09-11 13:52:30...Z In all these tests, stripes-core and stripes-connect were at their latest versions: stripes-core-2.7.100775, stripes-connect-2.7.100166. Based on the time stamps (and for what that is worth), 1.7.100357 corresponds to git commit https://github.com/folio-org/stripes-components/commit/8678537aec0102469d353e66f14e9ba067c8e56e. stripes-components is at version 1.7.100358 at the time of writing. |
| Comment by Niels Erik Nielsen [ 12/Sep/17 ] |
|
Comparison between last working version (00356) and first broken version (00357) FolderCompare.html |
| Comment by John Coburn [ 12/Sep/17 ] |
|
Thanks for the info, Niels Erik Nielsen the change to the button component wasn't placing the important 'type' attribute to keep the page from refreshing on click. Fixed in commit 13c83bce7aa9b519b20bbf1e60336907d4cd5944 |