mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
add new option rights/permit_overwrite_collection
This commit is contained in:
parent
bfe0ccc463
commit
973b26b2e9
4 changed files with 10 additions and 0 deletions
|
@ -40,6 +40,7 @@ class ApplicationBase:
|
|||
_web: web.BaseWeb
|
||||
_encoding: str
|
||||
_permit_delete_collection: bool
|
||||
_permit_overwrite_collection: bool
|
||||
_hook: hook.BaseHook
|
||||
|
||||
def __init__(self, configuration: config.Configuration) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue