case 3987

This commit is contained in:
2021-09-29 20:22:50 +00:00
parent 67ce070580
commit b925badccc
3 changed files with 35 additions and 14 deletions

View File

@@ -11,7 +11,14 @@
## ROUGH SCHEDULE
testing cases??
testing cases
- After a fix now main grid titles are all showing as ??Parts etc, fuck is up with that??
the fix for the edit form is fighting with the list form
- grid filter clicking on "delete" for whole filter should just save and close, right now it removes all filters but stays open and can't save so it's fucked
- Edge case but if filter is added while on last page of results and the filter means only one page returns the grid still stays on last page so it appears
as though the filter returned no results when in fact just on a non existant page number beyond the results pages returned. Possible fix is to reset to page zero if
user adds a filter condition or alternatively check if the current page is non zero then check if the current page is beyond the number of pages and if so reset to zero page
# Schedule form
@@ -28,6 +35,9 @@
//..........
cases to do
3989
3991
Customer work order form / view / open???
@@ -788,5 +798,7 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
BUILD 132 CHANGES OF NOTE
- major refactor and cleanup of all client end source code
- case 3987 fixed
- case 3988 fixed