* [bug#54836,done,0.3h] Open-source version does not follow extended field logic.
This commit is contained in:
@@ -693,6 +693,8 @@ class control extends baseControl
|
||||
*/
|
||||
public function extendRequireFields(int $objectID = 0)
|
||||
{
|
||||
if($this->config->edition == 'open') return;
|
||||
|
||||
$uiID = $this->loadModel('workflowlayout')->getUIByDataID($this->moduleName, $this->methodName, $objectID);
|
||||
$fields = $this->loadModel('workflowaction')->getFields($this->moduleName, $this->methodName, true, null, $uiID);
|
||||
$layouts = $this->loadModel('workflowlayout')->getFields($this->moduleName, $this->methodName, $uiID);
|
||||
|
||||
Reference in New Issue
Block a user