When trying to change the status of an article clicking on the icon presents a select box BUT nothing is saved. In the console is this JS error
Uncaught ReferenceError: listItemTask is not defined
at HTMLSelectElement.onchange (index.php?option=com_content:618)
onchange @ index.php?option=com_content:618
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | com_workflow |
Title |
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-10 08:44:40 |
Closed_By | ⇒ | wilsonge |
Ahh that's my bad. I merged a PR from Dimitris removing this the same day I merged workflows (so just an indirect conflict). I've directly fixed this with 950af97 (haven't tested the functionality is working which may need future issues - but it will fix the immediate JS error)