Skip to content

Commit

Permalink
fix: update parent etag when changing acl rules
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Oct 8, 2024
1 parent 838e979 commit be14242
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/DAV/ACLPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ public function propPatch(string $path, PropPatch $propPatch): void {
$this->ruleManager->saveRule($rule);
}


$node->getNode()->getStorage()->getPropagator()->propagateChange($fileInfo->getInternalPath(), $fileInfo->getMtime());

return true;
});
}
Expand Down

0 comments on commit be14242

Please sign in to comment.