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

DAV\PropPatch::handleRemaining should only register one callback #1557

Open
paulmhh opened this issue Jul 31, 2024 · 0 comments
Open

DAV\PropPatch::handleRemaining should only register one callback #1557

paulmhh opened this issue Jul 31, 2024 · 0 comments

Comments

@paulmhh
Copy link

paulmhh commented Jul 31, 2024

currently handleRemaining() will create one callback for each remaining property update but with the whole array of remaining properties as parameter. Thus doCallBackMultiProp() is being used (in each callback! It should be either one callback with an array as parameter, or it should multiple callbacks with a string as parameter)

fix:
#1553

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

No branches or pull requests

1 participant