From f69ee9b3e643e2db6b855f2ae2f34f70476e4b11 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 2 Feb 2024 18:07:28 +0100 Subject: [PATCH] show direct execution url for method --- ccp/js/executionformcontroller.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index c8f6273..218648f 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -92,6 +92,12 @@ class CCPExecutionForm extends HTMLElement{
+
+ + +
@@ -398,6 +404,10 @@ class CCPExecutionForm extends HTMLElement{ return false } }, + { + target: "a[name=direct_link_method]", + apply : (e,d)=>e.href = e.textContent = window.Location.origin + window.Location.path + "?method=" + d.id + } ] }