Skip to content
Snippets Groups Projects
  • Vincent Petry's avatar
    3fe7186e
    First process group shares and then user shares · 3fe7186e
    Vincent Petry authored
    This prevents a validation failure where the code checks whether a file
    is already shared with another user, but the check disables itself when
    the owner is the same. Processing the groups first prevents the check
    to kick in too early when the group share still has the old owner while
    we try transferring the user share.
    3fe7186e
    History
    First process group shares and then user shares
    Vincent Petry authored
    This prevents a validation failure where the code checks whether a file
    is already shared with another user, but the check disables itself when
    the owner is the same. Processing the groups first prevents the check
    to kick in too early when the group share still has the old owner while
    we try transferring the user share.