We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de3c6a commit 5e3903fCopy full SHA for 5e3903f
libraries/src/Form/Field/TransitionField.php
@@ -80,7 +80,7 @@ public function setup(\SimpleXMLElement $element, $value, $group = null)
80
$this->workflowStage = $input->getInt('id');
81
}
82
83
- $db = $this->getDatabase();
+ $db = $this->getDatabase();
84
$workflowStage = (int) $this->workflowStage;
85
86
0 commit comments