VeeamHub / vbo365-rest-self-service

Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
MIT License
22 stars 8 forks source link

Fix bug in js for restoremailbox #38

Closed kevinquinnyo closed 3 years ago

kevinquinnyo commented 3 years ago

Pull Request Template

By contributing, you agree that your contributions will be licensed under the projects original open source license.

Description

For this action it appears that the mailboxid is the itemid, and that's the only additional argument required for the underlying method VBO::restoreMailbox().

This surfaced as a javascript error due to the variable being undefined.

Type of change

How Has This Been Tested?

Start session for latest (or any) restore point, go to the exchange section, click on an account, and in the dropdown select "Restore to original location"

Checklist (check all applicable):