User tests: Successful: Unsuccessful:
Pull Request for Issue #32065 .
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.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
@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
Tested successfully in 3.9.25-dev of 11 February in Wampserver 3.2.4 using PHP 8.0.1.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
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:
?
|
Thanks
@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 toarray(...)
.