Deck: New Owner for a board

Created on 25 Oct 2019  路  6Comments  路  Source: nextcloud/deck

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.

1. to develop enhancement

All 6 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...

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?

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).

That should work fine.

Almost.

My situation:

Board x - users:
A (deprecated user) - owner
B - shared with user

So ownership should be transformed from A to B. When I just change owner in database it becomes:

Board x - users:
B - owner
B - shared with user

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 occ command. If it has a value for the community I can create PR

@matchish Cool, a pull requests for that would bei highly appreciated. 馃帀

Was this page helpful?
0 / 5 - 0 ratings

Related issues

reox picture reox  路  4Comments

NebriBlackwing picture NebriBlackwing  路  4Comments

ghost picture ghost  路  3Comments

langfingaz picture langfingaz  路  3Comments

fkaup picture fkaup  路  4Comments