diff --git a/lizard_portal/templates/portals/communique.js b/lizard_portal/templates/portals/communique.js index 747830d..31c04c3 100644 --- a/lizard_portal/templates/portals/communique.js +++ b/lizard_portal/templates/portals/communique.js @@ -43,7 +43,7 @@ }); }{% if user.is_authenticated %}, tools: [{ - type: 'save', + type: 'edit', handler: function(e, target, panelHeader, tool){ console.log(arguments) var portlet = panelHeader.up('panel') diff --git a/lizard_portal/templates/portals/krw-overzicht.js b/lizard_portal/templates/portals/krw-overzicht.js index 1e3c062..eb4be8a 100644 --- a/lizard_portal/templates/portals/krw-overzicht.js +++ b/lizard_portal/templates/portals/krw-overzicht.js @@ -54,7 +54,7 @@ } }), tools: [{ - type: 'save', + type: 'edit', handler: function (e, target, panelHeader, tool) { var cm = Ext.getCmp('portalWindow').context_manager.getContext(); diff --git a/lizard_portal/templates/portals/toestand-aan-afvoergebied.js b/lizard_portal/templates/portals/toestand-aan-afvoergebied.js index ac76a95..5fd4680 100644 --- a/lizard_portal/templates/portals/toestand-aan-afvoergebied.js +++ b/lizard_portal/templates/portals/toestand-aan-afvoergebied.js @@ -52,7 +52,7 @@ } }), tools: [{ - type: 'save', + type: 'edit', handler: function (e, target, panelHeader, tool) { var cm = Ext.getCmp('portalWindow').context_manager.getContext();