? ? Pending

User tests: Successful: Unsuccessful:

avatar wilsonge
wilsonge
3 Aug 2019

Tags need to be submitted as a string to the model rather than as an integer. So simply mapping them to a string here. To test install sample data. Before patch there are integers in the main homepage article tags. After patch they are the expected colours from Joomla 3.

avatar wilsonge wilsonge - open - 3 Aug 2019
avatar wilsonge wilsonge - change - 3 Aug 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 3 Aug 2019
Category Front End Plugins
avatar wilsonge wilsonge - change - 3 Aug 2019
Title
Tags ids need to be sent as a string to the helper
[4.0] Sample data fix - Tags ids need to be sent as a string to the helper
avatar wilsonge wilsonge - edited - 3 Aug 2019
avatar alikon
alikon - comment - 4 Aug 2019

I have tested this item successfully on 18d654a

tested on postgresql 11.4


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

avatar alikon alikon - test_item - 4 Aug 2019 - Tested successfully
avatar richard67
richard67 - comment - 4 Aug 2019

I have tested this item successfully on 18d654a

Tested with MySQL 5.7 and PostgreSQL 10.9.

@wilsonge I gave it a good test because it works, but I would prefer if you would also apply my suggested change for using array_slice($tagIds, 0, 3) instead of array($tagIds[0], $tagIds[1], $tagIds[2]).


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

avatar richard67 richard67 - test_item - 4 Aug 2019 - Tested successfully
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Aug 2019
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 4 Aug 2019

Status "Ready To Commit".

avatar wilsonge wilsonge - change - 4 Aug 2019
Labels Added: ? ?
avatar wilsonge wilsonge - change - 4 Aug 2019
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-08-04 10:33:01
Closed_By wilsonge
avatar wilsonge wilsonge - close - 4 Aug 2019
avatar wilsonge wilsonge - merge - 4 Aug 2019
avatar wilsonge
wilsonge - comment - 4 Aug 2019

Thanks guys!

avatar richard67
richard67 - comment - 4 Aug 2019

Thanks George!!!

Add a Comment

Login with GitHub to post a comment