Skip to content

Commit

Permalink
fix: [workflow-modules:attribute_edit_operation] Removed leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
mokaddem committed Nov 23, 2023
1 parent 16f0edf commit 18625a9
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,3 @@ protected function __saveAttributes(array $attributes, array $rData, array $para
];
}
}



foreach ($object['Attribute'] as $k => $attribute) {
if (!empty($object['deleted'])) {
$attribute['deleted'] = 1;
}
$attributes[] = $this->Attribute->editAttribute2($attribute, $event, $user, $object['id'], false, $force);
}
$result = $this->Attribute->editAttributeBulk($attributes, $event, $user);
$result = $this->Attribute->editAttributePostProcessing($attributes, $event, $user);

0 comments on commit 18625a9

Please sign in to comment.