-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: Relationship editor
-
None
In the release editor, we check whether an edit note is invalid (useless content) with invalidEditNote before it's even passed to the backend. Elsewhere (such as the relationship editor and probably other React forms) we could actually use invalidEditNote as well, in order to notify the user of an invalid edit note before they even try to submit the edit rather than it coming back as a formhandler error.