You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not find documentation to PROPPATCH and looked up your tests to determine how to place custom properties into the propfind Dictionary with a certain schema.
Sadly, it only takes the last Property from the Dict (here "loeschdatum") and sets it, not the other Properties, disregarding the length of the Dictionary completely.
Can you help me out there?
The text was updated successfully, but these errors were encountered:
thank you for your fast fix.
Am currently working with owncloud/nextcloud and this behaviour is a major QOL change for me and probably others as well that included your NuGet.
Very much appreciated, indeed!
Hi.
I could not find documentation to PROPPATCH and looked up your tests to determine how to place custom properties into the propfind Dictionary with a certain schema.
Here is the code I am using:
I expect something like this:
Sadly, it only takes the last Property from the Dict (here "loeschdatum") and sets it, not the other Properties, disregarding the length of the Dictionary completely.
Can you help me out there?
The text was updated successfully, but these errors were encountered: