Merge pull request #1715 from DMPRoadmap/issue-1371
Add ability to sort phase sections by dragging
dev
commit 0a6c232b7dcd31a5aac80525c13207bcbce57807
2 parents 6922ef0 + 06725b3
@Brian Riley Brian Riley authored on 13 Jul 2018
GitHub committed on 13 Jul 2018
Showing 18 changed files
View
app/controllers/org_admin/phases_controller.rb
View
app/controllers/org_admin/sections_controller.rb
View
app/helpers/sections_helper.rb 0 → 100644
View
app/models/phase.rb
View
app/models/section.rb
View
app/policies/phase_policy.rb
View
app/views/org_admin/sections/_index.html.erb
View
app/views/org_admin/sections/_section.html.erb 0 → 100644
View
app/views/org_admin/sections/_section_group.html.erb 0 → 100644
View
config/routes.rb
View
db/seeds.rb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/views/org_admin/phases/show.js 0 → 100644
View
lib/tasks/upgrade.rake
View
test/test_helper.rb
View
test/unit/concerns/versionable_test.rb
View
test/unit/phase_test.rb
View
test/unit/section_test.rb