To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorAdmin deletes a discussion on Loomio
As an admin for a group on Loomio
So that I can delete any confusing or redundant discussions
I want to be able to delete a discussion from my group
- Scenarios
-
- Admin deletes the discussion from a group
-
- Given
- I am logged in
- And
- there is a discussion in a group I belong to
- And
- I am an admin of this group
- When
- I visit the discussion page
- And
- I select the delete discussion link from the discussion dropdown
- And
- I confirm the action
- Then
- I should be directed to the group page
- And
- I should not see the discussion in the list of discussions
- And
- I should see a message notifying me of the deletion
- A non admin tries to delete a discussion from a group
-
- Given
- I am logged in
- And
- there is a discussion in a group I belong to
- And
- I am not an admin of this group
- When
- I visit the discussion page
- And
- I should not see the delete discussion link in the discussion dropdown
Last published over 7 years ago by Loomio Project.