Skip to content

Commit

Permalink
Merge branch '5.0/change-asset-search-cfs-on-catalog-change' into 5.0…
Browse files Browse the repository at this point in the history
…-trunk
  • Loading branch information
sunnavy committed Mar 20, 2024
2 parents cf34cad + dc78433 commit 428dd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/html/Asset/Elements/AssetSearchBasics
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div class="col-6">
<&| /Elements/LabeledValue, Label => loc('Catalog') &>
<& /Asset/Elements/SelectCatalog, Name => 'Catalog', CheckRight => "ShowCatalog",
Default => $ARGS{'Catalog'}, OnChange => "jQuery('#AssetSearch').submit()"
Default => $ARGS{'Catalog'}, AutoSubmit => 1,
&>
</&>
</div>
Expand Down

0 comments on commit 428dd7a

Please sign in to comment.