This commit is contained in:
2021-06-28 21:27:02 +00:00
parent f2ad70258a
commit 94a1761e6c
4 changed files with 63 additions and 136 deletions

View File

@@ -413,14 +413,12 @@ CURRENTLY DOING:
Tested on Project, works perfectly, also found some optimizations to make around new records in create and also found that new: true is unnecessarily being set on route
todo: duplicate the duplicate stuff in Project on all other forms
- remove new: true from all places it currently appears, completely superflous
- rejig the formstate setting and object setting code for duplicate based on project
- in duplicate menu object creation add code from project to check if id is zero before adding it
todo: duplicate the duplicate stuff in Project on all other forms
- rejig the formstate setting and object setting code for duplicate based on project
- replace duplicate code with project version
- Remove at server duplicate route and de-document if found anywhere
- At server remove any now redundant code that was related to duplication
todo: how to directly open a workorder quickly when you know the wo number??
should be supported, otherwise you need to scroll around a list to find it which is fucked