The reason is that you already trashed the entry. So it probably was detected again but as a database record existed a new record wasnt created.
Took me ages to determine this and I had to check the database to discover this.
Any combination of
Labels |
Added:
?
|
Labels |
Added:
J4 Issue
|
yes i meant skip the trash
ok thanks.
Status | New | ⇒ | Discussion |
Build | staging | ⇒ | 4.0-dev |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-07-27 04:10:54 |
Closed_By | ⇒ | zero-24 |
PR is in: https://github.com/joomla/joomla-cms/pull/25712/files closing here. Thanks.
This is happening right now :) When something is in the trash it is not added to the auto generated http header rule and for the reasons you described above there are also no now entrys generated. Excalty how com_redirect is working.
Agree on my list makes sense. thanks.
Well please share some more details what you are proposing here. As this is a default Joomla CRUD you mean to skip the trash at all? Or do I get it wrong? Currently this is working exactly like com_redirects collect mode where when something is in the trash the hit counter of the trashed item gets increased and not a new item is generated.