Add missing fields in "system package update" (#263)

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
hansmi 2024-03-02 12:49:37 +01:00 committed by GitHub
parent f616004caf
commit ffd5a6370c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -3508,6 +3508,9 @@ PATHS = {
fully_understood=True,
fields={
'channel': KeyInfo(default='stable'),
'installed-version': KeyInfo(read_only=True),
'latest-version': KeyInfo(read_only=True),
'status': KeyInfo(read_only=True),
},
),
),