Skip to content

Conversation

chrisv2
Copy link

@chrisv2 chrisv2 commented May 11, 2017

In my scenario, I need to pass an additional kwarg parameter to DavView like this:

# urls.py
urlpatterns = [
  # ...
  url(r'^dav/(?P<domain>[^/]+)/(?P<path>.*)$', AssetDavView.as_view()),
  # ...
]

This works out of the box for most DAV operations, but not for copy and move. Patch adds *args, **kwargs to those methods, too, in order to fix that.

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

Successfully merging this pull request may close these issues.

1 participant