While testing #24968 I saw that a publish_up date doesn't always get created.
The behaviour now in Joomla 4 is that if you create a new article it has a default status of unpublished and it is created with a null date for publish_up
If you go back to edit the article and change the status to publish and then save and you get a publish_up of now()
BUT If you change the status from the list view then you do not get a publish_up date at all
Labels |
Added:
?
|
Labels |
Added:
J4 Issue
|
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-27 07:55:05 |
Closed_By | ⇒ | brianteeman |
It seems setting the publish date to now() when publishing an article is not the only thing which works well in the article edit view but doesn't work in the list view, see issue #24878 .