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.
2 parents d2a6272 + ca1b6ae commit 7f3923bCopy full SHA for 7f3923b
src/components/WorkflowDbSource.php
@@ -157,7 +157,7 @@ public function __construct($config = [])
157
*/
158
public function getStatus($id, $model = null)
159
{
160
- list($wId, $stId) = $this->parseStatusId($id);
+ list($wId, $stId) = $this->parseStatusId($id, $model);
161
$canonicalStId = $wId . self::SEPARATOR_STATUS_NAME . $stId;
162
if (!isset($this->_s[$wId])) {
163
$this->_s[$wId] = [];
0 commit comments