Skip to content

Commit

Permalink
fix: show all heritage assets
Browse files Browse the repository at this point in the history
  • Loading branch information
StuCM committed Mar 3, 2025
1 parent 3ec8a18 commit f5c54ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define([
'arches',
'viewmodels/card-component',
'viewmodels/alert',
'templates/views/components/workflows/fmw-workflow/get-selected-monument-details.htm'
'templates/views/components/workflows/agriculture-and-forestry-consultation-workflow/get-selected-heritage-asset-details.htm'
], function (_, ko, koMapping, uuid, arches, CardComponentViewModel, AlertViewModel, template) {
function viewModel(params) {
CardComponentViewModel.apply(this, [params]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h4 class="is-function-node" data-bind="text: card.isFuncNode()"></h4>
form: self.form,
config: widget.configJSON,
allowInstanceCreation: false,
searchString: "/search?paging-filter=1&tiles=true&format=tilecsv&reportlink=false&precision=6&total=16472&advanced-search=%5B%7B%22op%22%3A%22and%22%2C%22158e1ed2-3aae-11ef-a2d0-0242ac120003%22%3A%7B%22op%22%3A%22not_null%22%2C%22lang%22%3A%22en%22%2C%22val%22%3A%22%22%7D%2C%221de9abf0-3aae-11ef-91fd-0242ac120003%22%3A%7B%22op%22%3A%22~%22%2C%22lang%22%3A%22en%22%2C%22val%22%3A%22%22%7D%2C%22250002fe-3aae-11ef-91fd-0242ac120003%22%3A%7B%22op%22%3A%22~%22%2C%22lang%22%3A%22en%22%2C%22val%22%3A%22%22%7D%2C%222c2d02fc-3aae-11ef-91fd-0242ac120003%22%3A%7B%22op%22%3A%22~%22%2C%22lang%22%3A%22en%22%2C%22val%22%3A%22%22%7D%7D%5D",
searchString: "",
label: widget.label(),
inResourceEditor: self.inResourceEditor,
value: self.tile.data[widget.node_id()],
Expand Down

0 comments on commit f5c54ee

Please sign in to comment.