Org-owner-can-remove-members-from-an-organization #91
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@seanmarcia I was hoping I could get some help on this.
Issue #1
Here's what I'm trying to do:
I want to add a toggle feature using javascript to add the that would make the div with the checkboxes and remove button visible with CSS when you click the remove member link and remove the classes when you click the link again to make the div hidden. Right now, the CSS class isn't being added to the class list when I click the button nor is the class being removed. There are no errors in the console.
I tried this https://alligator.io/js/classlist/ , with the toggle and it didn't work. So I went back to the class List Add and Remove.
I'm also open to other solutions.
Issue #2
I can't for the life of my figure out why I'm getting this. I did have a remove_member method and route, but I have since removed them. Any ideas?