Skip to content
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

[stable9] Fix post_unshareFromSelf hook parameter format #2453

Merged
merged 1 commit into from
Dec 2, 2016

Conversation

MorrisJobke
Copy link
Member

When unsharing from self in a group share situation, the share items
passed to the post_unshareFromSelf hook were using the wrong format in
which the attribute names (ex: "share_type") have non camel-case format.

This fix makes sure that in group sharing case we use the correct
format. It looks like the code was already producing it but in
array_merge it was not using it and adding the unprocessed one.
@MorrisJobke MorrisJobke added the 3. to review Waiting for reviews label Dec 2, 2016
@MorrisJobke MorrisJobke added this to the Nextcloud 9.0.55 milestone Dec 2, 2016
@mention-bot
Copy link

@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @schiessle, @rullzer and @nickvergessen to be potential reviewers.

@MorrisJobke
Copy link
Member Author

I tested this and it works 👍

@karlitschek
Copy link
Member

backport makes sense 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants