-
Notifications
You must be signed in to change notification settings - Fork 279
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
New Owner for a board #1306
Comments
Hello, we need this enhancement, because when a user left the organization, or change their functions, its impossible to change the owner. |
@juliushaertl as you asked in #119, if there is a use case in also copy cards in a run with copying boards, yeah, so here is one use case. Just wondering: Do you think, as for me it's just two boards, it's enough to change owner in "oc_deck_boards"-table in the database to another owner? Will this break anything? Then I could finally delete the old users... |
That should work fine. Maybe we could start of with a simple occ command to transfer the ownership of a board to a different user (similar to how it works for files). |
Almost. My situation: Board x - users: So ownership should be transformed from A to B. When I just change owner in database it becomes: Board x - users: And with this situation, somehow, I wasn't able to delete the share. So I gave the owner to another user C, deleted the share of B, and then gave the ownership to B. Maybe it was just some caching and I wasn't patient enough, just wanted to let you know. |
I've implemented the feature for my needs as an |
@matchish Cool, a pull requests for that would bei highly appreciated. 🎉 |
in occweb deck doesn't offer deck:transfer-ownership for me. Am I doing something wrong?
Cheers |
We have a PR that is not reviewed or integrated for over a year? Wow. Pleas tell me, what's needed for the review? How to help? |
Deck V 1.5.5: deck:transfer-ownership seems not to be implemented yet. br rob |
Is your feature request related to a problem? Please describe.
I accidentally created a board with a wrong user, now it is full of decks.
Describe the solution you'd like
I want to give the ownership to another user.
Describe alternatives you've considered
Copying deck to another user, would be needed that this is an exact copy with history, discussion and all.
Additional context
I want to have everything under one user which is used for administration purposes. I think this way I don't get any problems if people pass of my team.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: