carddav: use AddressBook.Path in PROPFIND response
This commit is contained in:
committed by
Simon Ser
parent
8931e14cf6
commit
95a4ae783b
@@ -367,7 +367,7 @@ func (b *backend) propfindAddressBook(propfind *internal.Propfind, ab *AddressBo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return internal.NewPropfindResponse("/", propfind, props)
|
return internal.NewPropfindResponse(ab.Path, propfind, props)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (b *backend) propfindAddressObject(propfind *internal.Propfind, ao *AddressObject) (*internal.Response, error) {
|
func (b *backend) propfindAddressObject(propfind *internal.Propfind, ao *AddressObject) (*internal.Response, error) {
|
||||||
|
Reference in New Issue
Block a user