How to skip quick create form when I click on create action button on my custom subpanel?
I want to redirect when I click on create button. It needs to be redirected to full form on custom subpanel.
How to skip quick create form when I click on create action button on my custom subpanel?
I want to redirect when I click on create button. It needs to be redirected to full form on custom subpanel.
Do the changes in following files:
custom/Extension/modules//Ext/Layoutdefs/.php && custom/Extension/modules/relationships/layoutdefs/*.php
For your desired module/subpanel, change this line:
by
Then make a quick repair&rebuild.