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:
@@ -25,7 +25,7 @@
|
||||
}
|
||||
</td>
|
||||
</tr>
|
||||
@for (entry of layer.renderer.colorMap.entries; track entry; let i = $index) {
|
||||
@for (entry of layer.renderer.colorMap.entries; track $index; let i = $index) {
|
||||
<tr>
|
||||
<td class="legend-items"><span [style.background-color]="getAlphaHex(entry.color)" [style.border-color]="getHex(entry.color)"class="color"></span></td>
|
||||
<td class="legend-items-text">@if (!entry.label) {
|
||||
|
||||
Reference in New Issue
Block a user