PMCORE-4255 Dynaform, trigger, DB Connection not listed in classic process

This commit is contained in:
Julio Cesar Laura Avendaño
2023-06-27 16:57:01 +00:00
parent 42a53e4522
commit 573f239377
16 changed files with 39 additions and 61 deletions

View File

@@ -30,9 +30,10 @@ class XmlFormFieldToolButton extends XmlFormField
* Prints the components of the toolBar
*
* @param string $value
* @param string $paramDummy2
* @return string
*/
public function render($value)
public function render($value = null, $paramDummy2 = null)
{
$url = $this->file;
if ($this->home === "methods") {