gonssal Posted October 20, 2015 Share Posted October 20, 2015 I'd like to know, if still possible/accepted, where to report bugs for version 1.5. I've looked in the official github repo, but I only see 1.6 branches plus master. Link to comment Share on other sites More sharing options...
El Patron Posted October 20, 2015 Share Posted October 20, 2015 Hi, it does not look like one can report a bug to PrestaShop development team for 1.5 anymore. When I select create it showed me only 1.6. http://forge.prestashop.com/ Link to comment Share on other sites More sharing options...
eleazar Posted October 20, 2015 Share Posted October 20, 2015 (edited) Nope, it's magic! Ö Just trust the bug tracker http://forge.prestashop.com/browse/PSCFV/fixforversion/10820/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel ... and you're bugless happy now. Edited October 21, 2015 by eleazar (see edit history) Link to comment Share on other sites More sharing options...
gonssal Posted October 20, 2015 Author Share Posted October 20, 2015 That's unfortunate, there's a bug (one line) in admin.js that makes the chosen jQuery plugin only load one value for selects[multiple=true], making it a no-go when developing. Link to comment Share on other sites More sharing options...
El Patron Posted October 21, 2015 Share Posted October 21, 2015 are you running latest PS 1.5 version, 1.5.6.3 or other? Link to comment Share on other sites More sharing options...
eleazar Posted October 21, 2015 Share Posted October 21, 2015 That's unfortunate, there's a bug (one line) in admin.js that makes the chosen jQuery plugin only load one value for selects[multiple=true], making it a no-go when developing. Did you try to disable the CCC cache? Link to comment Share on other sites More sharing options...
gonssal Posted October 21, 2015 Author Share Posted October 21, 2015 Latest version and CCC disabled. It's a bug, because of this line in admin.js: $(item).val($(this).find('option[selected=selected]').val()); I don't even understand the point of the line, seems completely unnecessary to me, but it makes select[multiple=true] only load one $fields_value when using chosen. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now