docbrown/spec/requests/user
Ridhwana 272aea6127
Allow admins to delete an organization (#19699)
* feat: update the layout for organizations

* feat: update the layout for an organization

* feat: organization logos are square

* feat: change the text on the org visit button

* feat: initialize the dropdown menu

* feat: trigger the  modal

* feat: update the text in the model

* feat: tweak wording

* WIP/feat: hook up a route with an action that calls an organization delete worker.

* feat: redirect after showing the notice

* feat: update the authorization required to be super admin

* feat: add the notice to localization

* spec: integration test

* spec: fix

* spec: delete worker

* chore: update the link

* feat: add safe navigation

* feat: make sure that we show an error if the organization has credits

* fix: error message for modal unspent credits

* feat add the spec for the helper

* fix: remove rspec preface

* fix: small fixes to tests and I18n

* fix: updated the number of orgs

* feat: update the message

* feat: update the message

* chore: remove inclusion of helper

* feat: change the name of the parameter

* chore: newline
2023-07-17 12:09:24 +02:00
..
user_changes_password_spec.rb Rubocop fixes in spec/requests (#18946) 2023-01-12 19:10:16 +03:00
user_destroy_spec.rb Rubocop fixes in spec/requests (#18946) 2023-01-12 19:10:16 +03:00
user_notification_settings_spec.rb Refactoring onboarding (#19525) 2023-05-25 10:03:12 +02:00
user_organization_spec.rb Allow admins to delete an organization (#19699) 2023-07-17 12:09:24 +02:00
user_profile_spec.rb Rubocop fixes in spec/requests (#18946) 2023-01-12 19:10:16 +03:00
user_settings_spec.rb Rubocop fixes in spec/requests (#18946) 2023-01-12 19:10:16 +03:00
user_show_spec.rb Rubocop fixes in spec/requests (#18946) 2023-01-12 19:10:16 +03:00
user_suggestions_spec.rb Add organizations to onboarding follow suggestions (#19564) 2023-06-09 10:32:03 +02:00