New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix published attribute for Tag field #32332
Fix published attribute for Tag field #32332
Conversation
@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 |
@richard67 You are right. It was changed automatically to short array syntax by my editor. I fixed it, should be fine now. |
Anyone knows why appveyor is not happy with change? Seems unrelated to the change in this PR. |
Restarted appveyor |
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. |
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. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32332. |
Thanks |
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