|
Removed ajax calls in create project/plan page. It now passes all of the options to the UI and lets the UI filter them as needed. Also upgraded the select2.js script to the lates 4.x version
|
|---|
|
|
| app/assets/javascripts/application.js |
|---|
| app/assets/javascripts/projects.js |
|---|
| app/assets/javascripts/select2.min.js |
|---|
| app/assets/stylesheets/select2.css |
|---|
| app/controllers/projects_controller.rb |
|---|
| app/helpers/application_helper.rb |
|---|
| app/views/projects/_dropdowns_new_project.html.erb |
|---|