Skip to content

Commit

Permalink
First pass on using the CSV expander for deleting via an Action
Browse files Browse the repository at this point in the history
This will have a config but for testing i added a if (TRUE) {
  • Loading branch information
DiegoPino committed Dec 9, 2024
1 parent 11ef13e commit 37207b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/amiSetEntityDeleteProcessedForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
'zip_file' => Zip File/File Entity
'queue_name' => because well ... we use Hydroponics too
'time_submitted' => Timestamp on when the queue was send. All Entries will share the same
'batch_size' => the number of ADOs to process via a batch action. Some actions like detele can/should handle multiple UUIDs at the same time in a single Queue item
'batch_size' => the number of ADOs to process via a batch action. Some actions like delete can/should handle multiple UUIDs at the same time in a single Queue item
];
*/
// Overrides the original OP
Expand Down

0 comments on commit 37207b5

Please sign in to comment.