Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use immediate card component for lookup instead of parenttile card, r… #11432

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<!-- ko foreach: { data: self.preview ? tile.parent.cards : tile.cards, as: 'card' } -->
<!-- ko if: card.tiles().length > 0 || ko.unwrap(tile.parent.hideEmptyNodes) === false -->
<!-- ko component: {
name: tile.parent.model.cardComponentLookup[tile.parent.model.component_id()].componentname,
name: tile.parent.model.cardComponentLookup[card.model.component_id()].componentname,
params: {
state: 'report',
preview: self.preview,
Expand Down
1 change: 1 addition & 0 deletions releases/7.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Arches 7.6.0 Release Notes
- Allow minzoom and maxzoom to be applied to a resource map source from a geojson node config #10929
- 11080 Allow arbitrarily large geometries with > 1500 points and an ES document > 32k bytes
- 11044 Ensure Saved Searches sortorder is used when called from system settings
- 11431 Fix child cards to use own card component instead of parents in report
- 10705 Adds language support to spatial views and improved testing.
- 10704 Adds an API for managing spatial views.
- Fix the issue with a geojson geometry not being refreshed when the node value is updated, #11029
Expand Down