Fork form sf-cola/select_to_select2
This is a repository of 「Select To Select2 Plugin」 which is a Redmine plugin.
- Upgrade the select2 from
3.4.5
to3.4.6
. - Fix incompatible
redmine 4.2.3
. - Optimize the multi-selection state switching, the problem that the interface is not refreshed in time.
- Fix the problem that the content of the select option will exceed the visible area of the screen when it is too long.
- Self-test
redmine 4.2.3
operates normally. Other versions are not tested.
Replace all select tag to select2 in all Redmine's Pages.
1.git clone https://github.com/Gzbox/select_to_select2
2.Copy to apps/redmine/plugins
3.bundle exec rake redmine:plugins:migrate NAME=select_to_select2 RAILS_ENV=production