mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
storage: Fix regression with restoring backups with storage
Regression was introduced in a2d07fef0b9e2ae54f98fb5209b9cb0c5fd6f456 when backup data import from manifest was inadvertently removed. Closes: #1636. Test: Create a backup with this patch and 'storage' as one of the selected apps for backup. Try to restore the backup without the patch. Observe that it fails. Restore the backup with the patch. Observe that it succeeds. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
e0b0b0f532
commit
798e775038
@ -30,6 +30,8 @@ from plinth.daemon import Daemon
|
||||
from plinth.errors import PlinthError
|
||||
from plinth.utils import format_lazy, import_from_gi
|
||||
|
||||
from .manifest import backup # noqa, pylint: disable=unused-import
|
||||
|
||||
version = 3
|
||||
|
||||
name = _('Storage')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user