Apply Select2 in the Redmine project selection.
This was tested in version 3.3.3 of Redmine.
- Clone this repository:
git clone https://github.com/retta-ti/redmine_project_select2.git - Access the clone folder and run the Select2 submodules init:
git submodule init && git submodule update --recursive - Copy the clone folder to the plugins folder of your Redmine installation.
- Run this command in the main directory of your Redmine installation:
bundle exec rake redmine:plugins:migrate NAME=redmine_project_select2 RAILS_ENV=production