diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 0212b171..c843f8b3 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -931,7 +931,7 @@ module.Dialogs = core.ImageGridFeatures.Feature({ this.config['ui-overlay-blur'] && this.toggleOverlayBlur(this.config['ui-overlay-blur']) }], - ['__call__', + ['__actioncall__', function(res, action, args){ //if(res instanceof jQuery || res instanceof widget.Widget){ // var elem = (res.dom || res) diff --git a/ui (gen4)/package-lock.json b/ui (gen4)/package-lock.json index 7af4777d..169fd14b 100755 --- a/ui (gen4)/package-lock.json +++ b/ui (gen4)/package-lock.json @@ -939,11 +939,11 @@ "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" }, "ig-actions": { - "version": "3.24.3", - "resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.3.tgz", - "integrity": "sha512-5dLE/4rQmKkXfoQIevRuIPD3ZK1VyGv07z4vCaAKuIUlKHI1kVRqT0a8nArXMLTiXs+jZIYJDxffArkIrblaww==", + "version": "3.24.5", + "resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.5.tgz", + "integrity": "sha512-fts33XhxeKO5j/m31nQ6p5hnY07SQt8Ltsokraj3x1k0PfDFVos+kX6szAO82Y5VDHxGXRDnAHZne7yxggqP1w==", "requires": { - "ig-object": "^2.1.1" + "ig-object": "^2.2.0" } }, "ig-features": { diff --git a/ui (gen4)/package.json b/ui (gen4)/package.json index fad0755a..9ed2370f 100755 --- a/ui (gen4)/package.json +++ b/ui (gen4)/package.json @@ -27,7 +27,7 @@ "generic-walk": "^1.4.0", "glob": "^7.1.6", "guarantee-events": "^1.0.0", - "ig-actions": "^3.24.3", + "ig-actions": "^3.24.5", "ig-features": "^3.4.1", "ig-object": "^2.2.0", "moment": "^2.24.0",