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 d2a6272 commit ca1b6aeCopy full SHA for ca1b6ae
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