Skip to content

Commit

Permalink
WID-550 - Added missing UiTX setting on search results detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Jan 23, 2024
1 parent 0120690 commit 8c092a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,18 @@
}}</span>
</label>
</div>
<div
class="edit-searchfilters--selectgroup"
formGroupName="icon_uitx"
>
<label>
<input type="checkbox" formControlName="enabled" />
<span>{{
'LABEL_SEARCH_RESULTS_EDIT_FORM_DETAIL_PAGE_ICON_UITX'
| translate
}}</span>
</label>
</div>
<div
class="edit-searchfilters--selectgroup"
formGroupName="description"
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
"LABEL_SEARCH_RESULTS_EDIT_FORM_DETAIL_PAGE_ICON_VLIEG": "Vlieg-logo",
"LABEL_SEARCH_RESULTS_EDIT_FORM_DETAIL_PAGE_ICON_UITPAS": "UiTPAS-logo",
"LABEL_SEARCH_RESULTS_EDIT_FORM_DETAIL_PAGE_ICON_MUSEUMPASS": "Museumpas-logo",
"LABEL_SEARCH_RESULTS_EDIT_FORM_DETAIL_PAGE_ICON_UITX": "UiTX-logo",
"LABEL_SEARCH_RESULTS_EDIT_FORM_DETAIL_PAGE_DESCRIPTION": "Beschrijving",
"LABEL_SEARCH_RESULTS_EDIT_FORM_DETAIL_PAGE_DESCRIPTION_NUM_CHARACTERS": "Aantal karakters",
"LABEL_SEARCH_RESULTS_EDIT_FORM_DETAIL_PAGE_WHEN": "Wanneer",
Expand Down

0 comments on commit 8c092a3

Please sign in to comment.