-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete an organisation member #711
Conversation
During development, when I restarted the docker container after the initial start, my rails process was still there and that was causing problems with server startup
If the user is not part of an organization, some sections in the page title are nil.
I ran into two errors when opening the page as a user who is not part of any organization:
I've pushed a commit to fix the two issues. This is what the "no organizations" page looks like now(title is just "Tramline" and org dropdown hidden): |
@samrat I think we should handle the invalid invite token a little better. There are two places where the invite acceptance flow can go - |
789ee87
to
ba1fc23
Compare
@samrat lgtm. merging. made some minor UI changes. we use |
f418ba9
to
38edfc5
Compare
Closes: #278
Duplicate and updated version of #668