From e90d0a37d8d7e5db1adec301aac4fd070468bf11 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 29 Mar 2023 17:30:05 +0200 Subject: [PATCH] make edit and execute buttons optional --- ccp/js/methodlistcontroller.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ccp/js/methodlistcontroller.js b/ccp/js/methodlistcontroller.js index 6ee5d13..5af3b51 100644 --- a/ccp/js/methodlistcontroller.js +++ b/ccp/js/methodlistcontroller.js @@ -6,6 +6,8 @@ class CCPMethodList extends HTMLElement{ #filtered; #dragged = null; #searchfield = null; + #allowedit = false; + #allowexecute = false; #serviceurl;