Don't do any checks if request is MULTI_ROW_DELETE
Brought to you by:
patrick_wolf,
praganitsch
If the user clears some values and then marks the row for delete and presses the "Delete" button, no checks for the columns should be executed.
The tricky thing is:
-) We don't know if the values are required by a process (when something else than the default MRD process is used)
-) What happens if the developer has defined that the "Delete" also updates/inserts data the user has entered. The wizard doesn't create such a code but it's up to the developer. Because the wizard code just discards such entered data...
Logged In: YES
user_id=1449836
Originator: YES
Possible better solution is not to determine it automatically, instead use the technique described in CR# 1671319