Defect #24002
closedFilter on issues page does not appear after adding (it looks like jQuery version problem)
0%
Description
After updating on Redmine 3.3.0 filters stop working.
It looks like jQuery version problem, cause errors on page are:
_Uncaught TypeError: Cannot read property 'msie' of undefined
lightbox.js:11 Uncaught TypeError: $(...).fancybox is not a function_
My jquery file from /redmine-3.3.0/public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-3.1.4.js is in attachment.
My plugins now is:
clipboard_image_paste
redmine_inline_note_images_plugin
redmine_ldap_sync
redmine_lightbox
sidebar_hide
Files
Updated by Marius BÄ‚LTEANU about 8 years ago
Filters are working in Redmine 3.3.0. Please try without plugins.
Updated by Ilya Ternovoy about 8 years ago
- Status changed from New to Resolved
You were right. The problem was in redmine_lightbox plugin.
I did
bundle exec rake redmine:plugins:migrate NAME=redmine_lightbox VERSION=0 RAILS_ENV=production
the removed the /opt/redmine-3.3.0/plugins/redmine_lightbox folder and restart redmine and now issue filters work great.
Thanks!
Updated by Toshi MARUYAMA about 8 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
Thank you for your feedback.