AW-7266 NG0956: The configured tracking expression (track by identity) caused re-creation of the entire collection
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@if (widgets; as widgets) {
|
||||
<div class="widget-container pt-0">
|
||||
@for (widget of widgets; track widget) {
|
||||
@for (widget of widgets; track widget.item.code) {
|
||||
<div class="widget">
|
||||
<div class="content">
|
||||
<ng-template #widgetTemplate></ng-template>
|
||||
|
||||
Reference in New Issue
Block a user