PR-6.0-dev Pending

User tests: Successful: Unsuccessful:

avatar Denitz
Denitz
19 Jan 2026

Summary of Changes

In list of articles, if you can make a transition for an item but not for the next item in the list, the data-transitions attribute is inherited from the previously allowed item.

In short: $dataTransitionsAttribute variable is not re-initialized inside foreach cycle.

Testing Instructions

Browser a list of articles in admin panel, i.e. two articles from different categories.
The permissions should be configured in a way that you can execute transitions for the 1st article, but not for the next.

Actual result BEFORE applying this Pull Request

See that both articles have data-transitions attribute of article , even though it should be missed for the 2nd item (no permissions).

Expected result AFTER applying this Pull Request

See that data-transitions attribute of article <tr> element is only presented where permissions are allowed.

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar Denitz Denitz - open - 19 Jan 2026
avatar Denitz Denitz - change - 19 Jan 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 Jan 2026
Category Administration com_content
avatar tecpromotion tecpromotion - change - 19 Jan 2026
Title
Content data-transitions <tr> attribute is inherited from the first allowed item
[6.0] Content data-transitions attribute is inherited from the first allowed item
avatar tecpromotion tecpromotion - edited - 19 Jan 2026
avatar richard67
richard67 - comment - 19 Jan 2026

Is it a bug which exists only in 6.0? Or also in 5.4? If it exists in both, this PR should be made for the 5.4-dev branch.

avatar brianteeman
brianteeman - comment - 19 Jan 2026

why do we even have data-transitions with no value when you are not using workflows?

with workflows

image

without workflows

image
avatar Denitz Denitz - change - 20 Jan 2026
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2026-01-20 06:27:41
Closed_By Denitz
Labels Added: PR-6.0-dev
avatar Denitz Denitz - close - 20 Jan 2026
avatar Denitz
Denitz - comment - 20 Jan 2026

Let's continue with a new PR 46719 for 5.4, I have also removed data-transitions attribute if Workflows are disabled as per Brian's comment.

Add a Comment

Login with GitHub to post a comment