* add workflow extra field to bug batchedit page.
This commit is contained in:
@@ -88,6 +88,7 @@ class form extends fixer
|
||||
global $app, $config;
|
||||
|
||||
if($configObject === null) $configObject = $config->{$app->moduleName}->form->{$app->methodName};
|
||||
$configObject = $app->control->appendExtendFormConfig($configObject);
|
||||
return (new form)->config($configObject, 'batch');
|
||||
}
|
||||
|
||||
@@ -334,11 +335,6 @@ class form extends fixer
|
||||
{
|
||||
global $config;
|
||||
|
||||
foreach($this->rawconfig as $field => $fieldConfig)
|
||||
{
|
||||
if(isset($fieldConfig['control']) && $fieldConfig['control'] == 'editor') $this->stripTags($field, $config->allowedTags);
|
||||
}
|
||||
|
||||
if($this->formType == 'single') return parent::get($fields);
|
||||
foreach($this->dataList as $rowIndex => $data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user