hmcts / flex-ui

A collection of tools to help speed up development of ExUI.
MIT License
0 stars 1 forks source link

Suggestion: Support for deleting fields in session #20

Open JackReevies opened 2 years ago

JackReevies commented 2 years ago

What would you like to change?

The session file currently only stores new/modified fields, it has no support for deleting. I am yet to come across a scenario where this is required, but it would be nice to have it in future

How do you think that would improve the project?

Sessions are supposed to contain all the data required to get a feature working in the config files. If we can't delete fields and fields need to be removed manually, it is no longer an all in one solution

JackReevies commented 1 year ago

Partial support for deletion added with Authorisations in reeve-dev2 branch