mirror of https://git.48k.eu/ogcp
views: add repository_id to image/update payload
Give ogServer context about the proper repository to process the correct image.master v1.1.3-26
parent
33d4c31f46
commit
c3d2582aa6
|
@ -2312,7 +2312,7 @@ def action_image_update():
|
|||
'partition': partition,
|
||||
'code': code,
|
||||
'name': image['name'],
|
||||
'repository': repository['ip'],
|
||||
'repository_id': int(repository['id']),
|
||||
'id': str(image['id']),
|
||||
'backup': form.backup.data,
|
||||
# Dummy parameters, not used by ogServer on image update.
|
||||
|
|
Loading…
Reference in New Issue