added method inferring from url parametere
This commit is contained in:
parent
19d7be6ea0
commit
0ce705bb3f
|
@ -15,6 +15,10 @@ class CCPExecutionForm extends HTMLElement{
|
|||
this.#rootdoc = this.attachShadow({ "mode" : "open"})
|
||||
|
||||
this.connectNewExecutionRequest()
|
||||
|
||||
const p = new URLSearchParams(window.location.search)
|
||||
this.#method = urlParams.get('method');
|
||||
|
||||
this.render()
|
||||
this.showMethod()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue