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

@@ -1020,6 +1020,10 @@ define([
initSecureModal('filepicker', data || {}, cb);
});
sframeChan.on('EV_PROPERTIES_OPEN', function (data) {
initSecureModal('properties', data || {}, null);
});
sframeChan.on('EV_ACCESS_OPEN', function (data) {
initSecureModal('access', data || {}, null);
});