firmware: fix spurious display of major upgrade on release type change

This commit is contained in:
Franco Fichtner 2018-04-25 16:04:09 +00:00
parent 2a7a4b2bf0
commit 4b07ed39ca

View File

@ -87,6 +87,9 @@ class FirmwareController extends ApiControllerBase
)),
'status_upgrade_action' => 'rel',
'status' => 'ok',
# XXX faking firmware check call for now
'upgrade_major_message' => '',
'upgrade_major_version' => '',
);
}