PMCORE-1729 ABE > the "Use a field to generate actions links" option doesn't work.
This commit is contained in:
@@ -882,7 +882,7 @@ class ActionsByEmailCoreClass extends PMPlugin
|
||||
}
|
||||
}
|
||||
|
||||
$obj = new PmDynaform($dynUid);
|
||||
$obj = new PmDynaform(["CURRENT_DYNAFORM" => $dynUid]);
|
||||
$this->addItemAbeProperties(['CURRENT_DYNAFORM' => $dynUid]);
|
||||
$file = $obj->printPmDynaformAbe($this->getTaskAbeProperties());
|
||||
$html = $file;
|
||||
|
||||
Reference in New Issue
Block a user