Skip to content

Commit

Permalink
Added vary on options
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Jan 16, 2024
1 parent 1196ba8 commit 0e35a66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/lib/Form/Type/Preview/SiteAccessChoiceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ public function configureOptions(OptionsResolver $resolver): void
$options['content']->id,
$options['languageCode'],
$options['versionNo'],
)
),
[
$options['location'],
$options['content']->id,
$options['languageCode'],
$options['versionNo'],
]
);
},
]);
Expand Down

0 comments on commit 0e35a66

Please sign in to comment.