User tests: Successful: Unsuccessful:
Before this PR it was impossible to render multiple integer values, but the field allows you to select multiple integer values. This is a bug in com_fields
Create a custom integerfield
make sure Multiple = Yes
Edit content, select several integers in the custom field
When rendered you see all the integers you selected in a comma separated string (this is what the com_fields/integer field was designed to do with multiples, Im not changing the "feature" Im fixing the bug.)
A single integer is rendered because integer.php casts the resultant comma separated string to a (int)
After this PR a correctly rendered comma separated string is rendered
None
Status | New | ⇒ | Pending |
Title |
|
Category | ⇒ | Front End Plugins |
Labels |
Added:
?
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Easy | No | ⇒ | Yes |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-22 08:37:50 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
Thanks
Warning: implode(): Invalid arguments passed in C:\xampp\htdocs\joomla371\plugins\fields\integer\tmpl\integer.php on line 21