Open form removed from default actions

This commit is contained in:
SPRINX0\prochazka
2024-12-03 13:31:26 +01:00
parent 6a64633650
commit 6fdfd8717f

View File

@@ -15,16 +15,16 @@ function getTableLikeActions(dataTab) {
tab: dataTab, tab: dataTab,
defaultActionId: 'openTable', defaultActionId: 'openTable',
}, },
{ // {
label: 'Open form', // label: 'Open form',
tab: dataTab, // tab: dataTab,
initialData: { // initialData: {
grid: { // grid: {
isFormView: true, // isFormView: true,
}, // },
}, // },
defaultActionId: 'openForm', // defaultActionId: 'openForm',
}, // },
{ {
label: 'Open structure', label: 'Open structure',
tab: 'TableStructureTab', tab: 'TableStructureTab',