Skip to content

Fixes ISSUE-46685: Not possible to create a new record in form view if id is present in tab

post method visibility has been set to protected, previously private to allow overriding it by methods that need to. One use-case is to handle vars and modification to vars in this method differently. Those vars are then passed to doPost method.

Main MR

Edited by Cristian Berner

Merge request reports