|
Merge pull request #1715 from DMPRoadmap/issue-1371
Add ability to sort phase sections by dragging |
|---|
| app/controllers/org_admin/phases_controller.rb |
|---|
| app/controllers/org_admin/sections_controller.rb |
|---|
| app/helpers/sections_helper.rb 0 → 100644 |
|---|
| app/models/phase.rb |
|---|
| app/models/section.rb |
|---|
| app/policies/phase_policy.rb |
|---|
| app/views/org_admin/sections/_index.html.erb |
|---|
| app/views/org_admin/sections/_section.html.erb 0 → 100644 |
|---|
| app/views/org_admin/sections/_section_group.html.erb 0 → 100644 |
|---|
| config/routes.rb |
|---|
| db/seeds.rb |
|---|
| lib/assets/javascripts/application.js |
|---|
| lib/assets/javascripts/views/org_admin/phases/show.js 0 → 100644 |
|---|
| lib/tasks/upgrade.rake |
|---|
| test/test_helper.rb |
|---|
| test/unit/concerns/versionable_test.rb |
|---|
| test/unit/phase_test.rb |
|---|
| test/unit/section_test.rb |
|---|