Skip to content

Commit

Permalink
Merge pull request #119 from discoverygarden/DDST-923
Browse files Browse the repository at this point in the history
DDST-923 : Fixing spreadsheet ingest form states.
  • Loading branch information
nchiasson-dgi authored Jan 8, 2025
2 parents 220c5ab + 50a3bf2 commit 06215d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Ingest/FileUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function form(array $form, FormStateInterface $form_state) {
'#default_value' => $form_state->getValue(['sheet', 'sheet'], $entity->getSheet()['sheet'] ?? NULL),
'#states' => [
'visible' => [
':input[name="sheet[file][fids]"]' => [
':input[name="files[sheet_file]"]' => [
'filled' => TRUE,
],
],
Expand Down

0 comments on commit 06215d4

Please sign in to comment.