? ? Pending

User tests: Successful: Unsuccessful:

avatar joomdonation
joomdonation
6 Feb 2021

Pull Request for Issue #32065 .

Summary of Changes

This simple PR fixes small issue with published attribute of Tag Field Type. According to our documentation, when published set to 1, only published tags should be displayed. As of right now, it always display both published and unpublished tags.

Testing Instructions

  1. Create some tags (some published tags and some unpublished tags)
  2. Modify this file https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_contact/models/forms/contact.xml#L235, add published="1" after that line.
  3. Create new contact:
  • Before patch: Both unpublished tags and published tags are being displayed
  • After patch: Only published tags are being displayed.
avatar joomdonation joomdonation - open - 6 Feb 2021
avatar joomdonation joomdonation - change - 6 Feb 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 6 Feb 2021
Category Libraries
avatar richard67
richard67 - comment - 6 Feb 2021

@joomdonation As it's for staging and as far as I know we still have to support PHP 5.3 with Joomla 3.9.x and 3.10, it might be necessary to change the short array syntax [...] back to array(...).

avatar richard67 richard67 - change - 6 Feb 2021
The description was changed
avatar richard67 richard67 - edited - 6 Feb 2021
avatar joomdonation joomdonation - change - 6 Feb 2021
Labels Added: ?
avatar joomdonation
joomdonation - comment - 6 Feb 2021

@richard67 You are right. It was changed automatically to short array syntax by my editor. I fixed it, should be fine now.

avatar joomdonation
joomdonation - comment - 7 Feb 2021

Anyone knows why appveyor is not happy with change? Seems unrelated to the change in this PR.

avatar infograf768
infograf768 - comment - 7 Feb 2021

Restarted appveyor

avatar toivo toivo - test_item - 11 Feb 2021 - Tested successfully
avatar toivo
toivo - comment - 11 Feb 2021

I have tested this item successfully on 12b2152

Tested successfully in 3.9.25-dev of 11 February in Wampserver 3.2.4 using PHP 8.0.1.


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

avatar richard67 richard67 - test_item - 11 Feb 2021 - Tested successfully
avatar richard67
richard67 - comment - 11 Feb 2021

I have tested this item successfully on 12b2152


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

avatar richard67 richard67 - change - 11 Feb 2021
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 11 Feb 2021

RTC


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

avatar HLeithner HLeithner - change - 23 Feb 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-02-23 18:09:59
Closed_By HLeithner
Labels Added: ?
avatar HLeithner HLeithner - close - 23 Feb 2021
avatar HLeithner HLeithner - merge - 23 Feb 2021
avatar HLeithner
HLeithner - comment - 23 Feb 2021

Thanks

Add a Comment

Login with GitHub to post a comment