forked from Github-Mirrors/canaille
Merge branch 'missing-dot' into 'main'
fix: doc: add a missing dot See merge request yaal/canaille!199
This commit is contained in:
commit
d6d2fb3592
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ class Permission(str, Enum):
|
|||
class ACLSettings(BaseModel):
|
||||
"""Access Control List settings. Belong in the ``CANAILLE.ACL`` namespace.
|
||||
|
||||
You can define access controls that define what users can do on canaille
|
||||
You can define access controls that define what users can do on canaille.
|
||||
An access control consists in a :attr:`FILTER` to match users, a list of :attr:`PERMISSIONS`
|
||||
matched users will be able to perform, and fields users will be able
|
||||
to :attr:`READ` and :attr:`WRITE`. Users matching several filters will cumulate permissions.
|
||||
|
|
|
@ -4236,7 +4236,7 @@ msgstr ""
|
|||
|
||||
#: ../../canaille/core/configuration.py:docstring of canaille.core.configuration.ACLSettings:3
|
||||
#: 733df203b313404eb417f40ed8708a2e
|
||||
msgid "You can define access controls that define what users can do on canaille An access control consists in a :attr:`FILTER` to match users, a list of :attr:`PERMISSIONS` matched users will be able to perform, and fields users will be able to :attr:`READ` and :attr:`WRITE`. Users matching several filters will cumulate permissions."
|
||||
msgid "You can define access controls that define what users can do on canaille. An access control consists in a :attr:`FILTER` to match users, a list of :attr:`PERMISSIONS` matched users will be able to perform, and fields users will be able to :attr:`READ` and :attr:`WRITE`. Users matching several filters will cumulate permissions."
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring of canaille.core.configuration.ACLSettings.FILTER:1
|
||||
|
|
Loading…
Reference in a new issue