mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 09:22:26 +00:00
add todo note
This commit is contained in:
@@ -82,6 +82,7 @@ impl<R: Resource> HandlePropfind for R {
|
|||||||
prefix: &str,
|
prefix: &str,
|
||||||
props: Vec<&str>,
|
props: Vec<&str>,
|
||||||
) -> Result<PropstatResponseElement<PropWrapper<Vec<R::PropResponse>>, TagList>> {
|
) -> Result<PropstatResponseElement<PropWrapper<Vec<R::PropResponse>>, TagList>> {
|
||||||
|
// TODO: implement propname
|
||||||
let mut props = props.into_iter().unique().collect_vec();
|
let mut props = props.into_iter().unique().collect_vec();
|
||||||
if props.contains(&"allprops") {
|
if props.contains(&"allprops") {
|
||||||
if props.len() != 1 {
|
if props.len() != 1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user