I've added validation rules for some fields in a module — let’s say 3 out of 6 fields have rules.
On the Edit Page, if any of those fields have an error, I can’t save the form — which is good.
But on the Details Page, I can still quick edit other fields even if one of the fields has an error.
What I want is:
If there's an error in any field, I shouldn’t be able to quick edit any other field from the Details Page.
How can I make the Details Page behave like the Edit Page in this case?