Install blog or multilingual sample data from the module in CPanel.
New articles created should display in the Articles Manager.
(They display in the Multilanguage Associations component as that component is anyway not adapted to workflow...)
They don't.
They are created in the content table, but absent from the new workflow tables.
And we do get this error
[11-Aug-2018 06:25:43 Europe/Berlin] PHP Notice: Trying to get property of non-object in /administrator/components/com_content/Model/ArticleModel.php on line 544
which is to be expected.
Labels |
Added:
?
|
Labels |
Added:
J4 Issue
?
|
Issue is worse than I thought:
We would have to create an entry for the new articles in _workflow_associations.
item_id
is the id of the article in the _content table. No problem there.
But what about the state_id
? It will totally depend on the existing workflow. With a Joomla default workflow, it should be 2 for Published. But that number may be anything else depending on the default workflow...
and evidently same issue for Category params as we have to state a workflow_id
in its params.
Status | New | ⇒ | Discussion |
Category | ⇒ | com_workflow |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-11 10:08:27 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/21548
@franz-wohlkoenig
As my solution is a POC (i.e. it does not take into account some workflow issues), we may have to re-open this. We will see.
Labels |
Added:
?
Removed: J4 Issue ? |
Issue confirmed.