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,
defaultActionId: 'openTable',
},
{
label: 'Open form',
tab: dataTab,
initialData: {
grid: {
isFormView: true,
},
},
defaultActionId: 'openForm',
},
// {
// label: 'Open form',
// tab: dataTab,
// initialData: {
// grid: {
// isFormView: true,
// },
// },
// defaultActionId: 'openForm',
// },
{
label: 'Open structure',
tab: 'TableStructureTab',