Merge pull request #501 from ONLYOFFICE/bugfix/restore-redirect

Fix Bug 68039 - Rooms.Archive. Added redirect to archive after restore
This commit is contained in:
Ilya Oleshko 2024-06-19 15:03:15 +03:00 committed by GitHub
commit 675d6c86fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1288,6 +1288,7 @@ class FilesActionStore {
toastr.success(successTranslation); toastr.success(successTranslation);
}) })
.then(() => setSelected("close")) .then(() => setSelected("close"))
.then(() => this.moveToRoomsPage())
.catch((err) => { .catch((err) => {
clearActiveOperations(null, items); clearActiveOperations(null, items);
setSecondaryProgressBarData({ setSecondaryProgressBarData({