You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log in on the frontend as a user with core.edit and core.edit.state permissions for the relevant article/category.
Open the frontend edit form for an existing Published article. This works as expected — the edit icon/link on the article view is shown, and the edit form opens and saves correctly.
In the edit form, set Status to "Archived" and save. This succeeds ("Article saved successfully").
Try to reach the edit form for that same article again from the frontend (e.g. via the article view where the edit icon used to appear).
Expected result
The editor can still access the edit form for the article (e.g. to change its status back to Published), the same way they could before it was archived.
Actual result
The frontend edit icon/link that is normally shown on the article view for Published/Unpublished articles is no longer rendered at all once the article's status is Archived. There is no way for the editor to reach the edit form for that article via the frontend anymore, even though their ACL permissions (core.edit, core.edit.state) are unchanged and correct.
System information
Joomla! version: 5.4.8
Additional comments
Reproduced on the default Cassiopeia template with no template overrides present under templates/cassiopeia/html/com_content/.
Not a permissions issue: the exact same user/permissions can edit and archive the article without problems; it's specifically after the state becomes Archived that frontend access to the edit form disappears.
A site-wide code search for the legacy access-edit parameter (used pre-5.4 to gate the edit icon) returns zero results, consistent with [5.4] Remove 'layouts' folder and add presets #46677 ("[5.4] Remove 'layouts' folder and add presets") having replaced that rendering mechanism — this may be where the regression for the Archived state was introduced.
Current workaround: site administrator republishes the article from the backend so the editor can reach the edit form again via the frontend.
What happened?
Steps to reproduce the issue
core.editandcore.edit.statepermissions for the relevant article/category.Expected result
The editor can still access the edit form for the article (e.g. to change its status back to Published), the same way they could before it was archived.
Actual result
The frontend edit icon/link that is normally shown on the article view for Published/Unpublished articles is no longer rendered at all once the article's status is Archived. There is no way for the editor to reach the edit form for that article via the frontend anymore, even though their ACL permissions (
core.edit,core.edit.state) are unchanged and correct.System information
Additional comments
templates/cassiopeia/html/com_content/.access-editparameter (used pre-5.4 to gate the edit icon) returns zero results, consistent with [5.4] Remove 'layouts' folder and add presets #46677 ("[5.4] Remove 'layouts' folder and add presets") having replaced that rendering mechanism — this may be where the regression for the Archived state was introduced.Version
5.4
Expected result
No response
Actual result
No response
System Information
No response
Additional Comments
No response