This commit is contained in:
2019-05-29 20:41:18 +00:00
parent 9b3dc8169c
commit fa6fe20ae1
5 changed files with 768 additions and 1032 deletions

View File

@@ -21,11 +21,7 @@ NEXT TODOS:
- Selected 420 in the widget edit form but it shows as 11:20 on the main list, localization time issue
- Retest on desktop, probably a general date time conversion bug
- On field change and lose focus, the save button is not enabled necessarily until the second click
- Can the save button be enabled more quickly after losing focus on the edited field or should I revamp that?
- I can see users making a quick change clicking on save once and it won't save but they think it has.
- Right now you need to click twice on save
- On object not found when deleting an item and trying to reload the edit page, shoudl redirect to home or back instead or just not there
- Locale settings move to store
@@ -275,7 +271,10 @@ AUTOCOMPLETE
"THORNY ISSUES" below are needed to be resolved sooner than later
- Maybe an issue maybe not: On field change and lose focus, the save button is not enabled necessarily until the second click
- Can the save button be enabled more quickly after losing focus on the edited field or should I revamp that?
- I can see users making a quick change clicking on save once and it won't save but they think it has.
- Right now you need to click twice on save
- Stage 2 AFTER POSTED TEST ROUND COMPLETED