We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected deletedShares in event:
array (size=3) 0 => array (size=6) 'id' => string '29' (length=2) 'shareWith' => null 'itemTarget' => string '/438' (length=4) 'itemType' => string 'folder' (length=6) 'shareType' => int 3 'uidOwner' => string 'UserB' (length=5) 'fileTarget' => string '/FolderName' (length=11) 1 => array (size=6) 'id' => string '31' (length=2) 'shareWith' => string 'UserC' (length=5) 'itemTarget' => string '/438' (length=4) 'itemType' => string 'folder' (length=6) 'shareType' => int 0 'uidOwner' => string 'UserB' (length=5) 'fileTarget' => string '/FolderName' (length=11) 2 => array (size=9) 'id' => int 28 'itemType' => string 'folder' (length=6) 'itemSource' => string '438' (length=3) 'shareType' => int 0 'shareWith' => string 'UserB' (length=5) 'itemParent' => null 'uidOwner' => string 'UserA' (length=5) 'fileSource' => int 438 'fileTarget' => string '/FolderName' (length=11)
Actual:
array (size=3) 0 => array (size=6) 'id' => string '29' (length=2) 'shareWith' => null 'itemTarget' => string '/438' (length=4) 'itemType' => string 'folder' (length=6) 'shareType' => int 3 'fileTarget' => string '/FolderName' (length=11) 1 => array (size=6) 'id' => string '31' (length=2) 'shareWith' => string 'UserC' (length=5) 'itemTarget' => string '/438' (length=4) 'itemType' => string 'folder' (length=6) 'shareType' => int 0 'fileTarget' => string '/FolderName' (length=11) 2 => array (size=9) 'id' => int 28 'itemType' => string 'folder' (length=6) 'itemSource' => string '438' (length=3) 'shareType' => int 0 'shareWith' => string 'UserB' (length=5) 'itemParent' => null 'uidOwner' => string 'UserA' (length=5) 'fileSource' => int 438 'fileTarget' => string '/FolderName' (length=11)
Without this information other apps (such as the activity app) can not use the ownerUid to notify (or whatever) the right users.
The text was updated successfully, but these errors were encountered:
cc @schiesbn @rullzer
Sorry, something went wrong.
@rullzer can this be covered by sharing 2.0 please? If so please assign yourself and set the milestone
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
rullzer
No branches or pull requests
Expected deletedShares in event:
Actual:
Without this information other apps (such as the activity app) can not use the ownerUid to notify (or whatever) the right users.
The text was updated successfully, but these errors were encountered: