fecgov / fecfile-web-app

7 stars 4 forks source link

feature/1987 memo item should be required on redesignation from #2017

Closed dheitzer closed 1 week ago

dheitzer commented 1 week ago

https://github.com/fecgov/fecfile-web-app/issues/1987

There were two fixes here: 1) to get the memo code to be readonly, we had to add it to the RedesignationFromUtils readOnlyFields 2) to get (OPTIONAL) to be removed from memo code, we had to add the required validator to memo code and move the overlayForms call after initializePullForward so the label is recalculated after the validator was added.