Display properties modal in the secure iframe

This commit is contained in:
yflory
2020-04-07 17:04:39 +02:00
parent ca8c50ca37
commit 43904df0fb
3 changed files with 19 additions and 5 deletions

View File

@@ -1607,11 +1607,7 @@ define([
if (!data) {
return void UI.alert(Messages.autostore_notAvailable);
}
require(['/common/inner/properties.js'], function (Properties) {
Properties.getPropertiesModal(common, {}, function (e) {
if (e) { console.error(e); }
});
});
sframeChan.event('EV_PROPERTIES_OPEN');
});
});
break;