Skip to content

Commit

Permalink
ContactSummary - Remember filter values in Activity tab
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Oct 10, 2023
1 parent c3d527f commit d3d5ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ang/afform/afsearchTabActivity.aff.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div af-fieldset="">
<div af-fieldset="" store-values="1">
<div class="af-container af-layout-inline">
<af-field name="activity_type_id" defn="{input_attrs: {multiple: true, placeholder: ts('Include')}, label: false, search_operator: 'IN'}" />
<af-field name="activity_type_id" defn="{input_attrs: {multiple: true, placeholder: ts('Exclude')}, label: false, search_operator: 'NOT IN'}" />
Expand Down

0 comments on commit d3d5ed5

Please sign in to comment.