Add form validations (#1588)
removed formtastic

added required asterisks to create plan page and updated JS logic of Org selection

added namespaces to edit profile, sign in and create account forms to fix duplicate id issue

fixed JS behind links and their validation

fixed JS behind links and their validation

removed console.log statement and added rake tasks for data validation cleanup

Add form validations

removed formtastic

added required asterisks to create plan page and updated JS logic of Org selection

added namespaces to edit profile, sign in and create account forms to fix duplicate id issue

fixed JS behind links and their validation

fixed JS behind links and their validation

removed console.log statement and added rake tasks for data validation cleanup

made recommended adjustments

reverted schema.rb

removed unecessary other_org query
dev
1 parent 84ca8f6 commit f525dacb9e400da428708a5a49753b88a4240ce5
@Brian Riley Brian Riley authored on 13 Jun 2018
Sam Rust committed on 13 Jun 2018
Showing 27 changed files
View
Gemfile
View
Gemfile.lock
View
app/controllers/users_controller.rb
View
app/views/devise/registrations/_personal_details.html.erb
View
app/views/org_admin/templates/_form.html.erb
View
app/views/orgs/_profile_form.html.erb
View
app/views/orgs/admin_edit.html.erb
View
app/views/orgs/shibboleth_ds.html.erb
View
app/views/plans/new.html.erb
View
app/views/shared/_accessible_combobox.html.erb
View
app/views/shared/_create_account_form.html.erb
View
app/views/shared/_links.html.erb
View
app/views/shared/_my_org.html.erb
View
app/views/shared/_sign_in_form.html.erb
View
app/views/super_admin/users/edit.html.erb
View
config/initializers/formtastic.rb 100644 → 0
View
lib/assets/javascripts/utils/links.js
View
lib/assets/javascripts/utils/validation.js
View
lib/assets/javascripts/views/devise/registrations/edit.js
View
lib/assets/javascripts/views/org_admin/templates/edit.js
View
lib/assets/javascripts/views/orgs/admin_edit.js
View
lib/assets/javascripts/views/orgs/shibboleth_ds.js
View
lib/assets/javascripts/views/shared/create_account_form.js
View
lib/assets/javascripts/views/shared/my_org.js
View
lib/assets/javascripts/views/super_admin/users/edit.js
View
lib/assets/stylesheets/overrides.scss
View
lib/tasks/upgrade.rake