You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we created a new form_json template for the admin-2020 data, we reworked the init function for admin. This means all applications will use the function designed for 2020 data when refreshing the version 0.
What we should have done (and should do going forward) is create a new init function for that form_json when we create new form_json templates.
We will also likely have to create new get_swrs_*_data() functions as well.
To fix the current bug, the old, re-worked init_application_administration_form_result() function should be created as a 2019 specific function & the 2019 form_json should use that function.
The get_swrs functions relating to admin data will also need to be looked at in case there are some changes needed to those as well.
This is a minor issue for now since the changes to the admin form in 2020 shouldn't have much effect on the overall experience in-app.
Probability (1-5): 5
Effect (1-5): 1
The text was updated successfully, but these errors were encountered:
When we created a new form_json template for the admin-2020 data, we reworked the init function for admin. This means all applications will use the function designed for 2020 data when refreshing the version 0.
What we should have done (and should do going forward) is create a new init function for that form_json when we create new form_json templates.
We will also likely have to create new get_swrs_*_data() functions as well.
To fix the current bug, the old, re-worked init_application_administration_form_result() function should be created as a 2019 specific function & the 2019 form_json should use that function.
The get_swrs functions relating to admin data will also need to be looked at in case there are some changes needed to those as well.
This is a minor issue for now since the changes to the admin form in 2020 shouldn't have much effect on the overall experience in-app.
Probability (1-5): 5
Effect (1-5): 1
The text was updated successfully, but these errors were encountered: