| Labels |
Added:
?
|
||
| Status | New | ⇒ | Discussion |
| Category | ⇒ | com_workflow |
| Labels |
Added:
?
|
||
| Labels |
Added:
J4 Issue
|
||
Please modify in the file the 2 occurences of $this->item->condition to $this->item->state_condition
this should solve it.
Code is in ArticlesModel
// Join over the states.
$query->select('ws.title AS state_title, ws.condition AS state_condition')
->join('LEFT', '#__workflow_stages AS ws ON ws.id = wa.stage_id');
Which File(s) i have to modify to look if this solve the Issue?
@franz-wohlkoenig test #21621 please
| Status | Discussion | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-15 06:31:26 |
| Closed_By | ⇒ | franz-wohlkoenig |
| Labels |
Added:
?
Removed: J4 Issue ? |
||
There's a second Notice below Article: