|
@@ -515,7 +515,7 @@ class ObjectController extends AbstractController
|
|
}
|
|
}
|
|
|
|
|
|
// Hiding submit button or changing its label if necessary
|
|
// Hiding submit button or changing its label if necessary
|
|
- if($aFormProperties['properties']['always_show_submit'] === false)
|
|
|
|
|
|
+ if($aFormProperties['properties']['always_show_submit'] === false && !empty($aFormData['buttons']['transitions']))
|
|
{
|
|
{
|
|
unset($aFormData['buttons']['submit']);
|
|
unset($aFormData['buttons']['submit']);
|
|
}
|
|
}
|