Fix for: Repeatable field is no longer rendered with Chosen layout#16471
Fix for: Repeatable field is no longer rendered with Chosen layout#16471mbabker merged 1 commit intojoomla:stagingfrom
Conversation
|
@N6REJ please test also |
| var $el = $(this); | ||
| if ($el.data('chosen')) { | ||
| $el.chosen('destroy'); | ||
| $el.addClass('here-was-chosen'); |
|
@Fedik I applied the patch but I am still getting a plain select list. |
|
@roland-d It will apply Chosen.js only if it available on the page, it do not force one. |
|
I have tested this item ✅ successfully on f5337c9 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16471. |
|
sorry I missed this, for some reason git is not emailing me with notices.. I'll get this tested in next 72hrs |
|
@N6REJ The 72 hours are up, are you able to test this again? |
|
@N6REJ can you please test? |
|
sorry guys, idk why but github refuses to send me notification for joomla. I get them for neard but not from joomla. I keep forgetting to get this done.. I"m going to leave the tab open so I don't forget.. give me 30 min. |
|
I have tested this item ✅ successfully on f5337c9 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16471. |
|
RTC after two successful tests. |
* staging: (274 commits) Add JCryptCipherSodium to support libsodium (joomla#16754) Performance 2 (libraries/legacy) (joomla#12220) Performance 6 (templates) (joomla#12233) Fixed typehint (joomla#16425) Fix for: Repeatable field is no longer rendered with Chosen layout (joomla#16471) Fix the path for the ajax-loader.gif (joomla#16701) Menu items list parent filter (joomla#17060) Text Filters layout (joomla#17113) mod_login showon option (joomla#17153) com_banners incorret tooltip (joomla#17157) fix joomla.content.options_default (joomla#17123) remove the never working limitstart call (joomla#17184) Update phpDocumentor build set 3.8.0 Dev State Prepare 3.7.4 Stable Release fixed a logic change in joomla#12294, thanks @Hoffi1 Update sv-SE.ini Update pt-BR.ini Update lv-LV.ini Update fa-IR.ini ...

Pull Request for Issue #16110
Summary of Changes
The patch rerender Chosen.js if it was there before
Testing Instructions
please see #16110 and #14556 for detail
Example xml which can be used for test:
Expected result
Chosen.js rendered
Actual result
Only default
<selec>listDocumentation Changes Required
none