Fixes #256: make path user group modifiable and add comment attribute (#257)

* Fixes #256: make path `user group` modifiable and add `comment` attribute`

Add changelog fragment

* Update changelogs/fragments/257-make-user_group-modifiable.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Johannes Münch 2024-02-01 18:48:14 +01:00 committed by GitHub
parent d1401bdb58
commit 542a362cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -4117,10 +4117,10 @@ PATHS = {
),
('user', 'group'): APIData(
unversioned=VersionedAPIData(
fixed_entries=True,
primary_keys=('name', ),
fully_understood=True,
fields={
'comment': KeyInfo(can_disable=True, remove_value=''),
'name': KeyInfo(),
'policy': KeyInfo(),
'skin': KeyInfo(default='default'),