- Issue created by @vermario
Automatically closed - issue fixed for 2 weeks with no activity.
Node forms have a button to preview the changes in terms of access before the form is submitted. This functionality does a behind-the-scenes form submit to get the new values, but it does not handle validation, so if the form is not in a "submittable" state, we can see strange results.
Solution: catch validation error and display the appropriate messages to the user.
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.