PR-6.1-dev Pending

User tests: Successful: Unsuccessful:

avatar joomdonation
joomdonation
21 Apr 2026

Pull Request resolves #47605.

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

On Joomla 5.4 and earlier, we show publishing fields such as (publish_up, publish_down, featured_up, featured_down) on add/edit article form if the logged in user has edit state permission, see https://github.com/joomla/joomla-cms/blob/5.4-dev/components/com_content/tmpl/form/edit.php#L117-L125 . I guess there is a bug introduced by PR #45081 makes these fields only being displayed on edit article form and ignore edit state permission check. This PR just fixes that bug, make it behavior the same with earlier version of Joomla.

Testing Instructions

  • Use Joomla 6.1
  • Create a menu item to link to Create Article menu item type of com_content
  • Login to frontend of your site using super user account
  • Access to the menu item above

Actual result BEFORE applying this Pull Request

  • You do not see the following fields when create new article: Start Featured, Finish Featured, Start Publishing, Finish Publishing when create new article.

Expected result AFTER applying this Pull Request

  • The fields Start Featured, Finish Featured, Start Publishing, Finish Publishing are being displayed as expected when create new article.

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar joomdonation joomdonation - open - 21 Apr 2026
avatar joomdonation joomdonation - change - 21 Apr 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 21 Apr 2026
Category Front End com_content
avatar alikon alikon - test_item - 21 Apr 2026 - Tested successfully
avatar alikon
alikon - comment - 21 Apr 2026

I have tested this item ✅ successfully on 882fde8


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/47640.

avatar krishnagandhicode krishnagandhicode - test_item - 21 Apr 2026 - Tested successfully
avatar krishnagandhicode
krishnagandhicode - comment - 21 Apr 2026

I have tested this item ✅ successfully on 882fde8


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/47640.

avatar richard67 richard67 - change - 22 Apr 2026
Status Pending Ready to Commit
Labels Added: PR-6.1-dev
avatar richard67
richard67 - comment - 22 Apr 2026

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/47640.

avatar richard67
richard67 - comment - 22 Apr 2026

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/47640.

avatar jiteshkhatri11
jiteshkhatri11 - comment - 23 Apr 2026

Closing this PR as the issue has already been addressed in #47640.

Thanks for the feedback.

Add a Comment

Login with GitHub to post a comment