ui: tape restore: reword comment w.r.t. mapping value

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-17 13:35:55 +02:00
parent 3ae4dab4b9
commit 9615d9a6b6
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', {
let defaultNs = values.defaultNs;
delete values.defaultNs;
// we have to get it manually but want it to be a form field
// cannot use the string serialized one from onGetValues, so gather manually
delete values.mapping;
let [ds_map, ns_map] = me.down('pbsDataStoreMappingField').getValue();
if (ds_map !== '') {