Fix TinyMCE JS on forms loaded with DOM (#1827)
* Fix TinyMCE JS on forms loaded with DOM

Fixes #1777

* Fix broken specs

* Fix Rubocop style violations

Ignored LineLength violations when string is part of FastGettext

* Updated rubocop style gem
dev
1 parent 20356ff commit 7dcb85e90a1f545147594dc7e88b37ecd92fde16
@Gavin Morrice Gavin Morrice authored on 22 Aug 2018
Sam Rust committed on 22 Aug 2018
Showing 17 changed files
View
Gemfile
View
Gemfile.lock
View
app/controllers/org_admin/phases_controller.rb
View
app/controllers/org_admin/questions_controller.rb
View
app/controllers/org_admin/sections_controller.rb
View
app/controllers/org_admin/templates_controller.rb
View
app/controllers/users_controller.rb
View
app/helpers/annotations_helper.rb
View
app/helpers/application_helper.rb
View
app/models/question.rb
View
app/views/org_admin/annotations/_form.html.erb
View
app/views/org_admin/questions/_show.html.erb
View
lib/assets/javascripts/views/org_admin/phases/new_edit.js
View
lib/assets/javascripts/views/org_admin/templates/edit.js
View
lib/assets/javascripts/views/org_admin/templates/new.js
View
spec/features/annotations/annotations_editing_spec.rb
View
spec/features/templates/templates_editings_spec.rb