Skip to content

Commit f34a5ad

Browse files
author
kymni
committed
Merge branch 'release/1.9.27' of https://github.com/akvo/akvo-flow into release/1.9.27
2 parents 16b3fcb + c0dd427 commit f34a5ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dashboard/app/js/templates/navData/monitoring-data-row.handlebars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<tr>
22
<td class="device">{{view.dataPointRowNumber}}</td>
3-
<td class="displayName" style="text-align:left;">{{item.displayName}}</td>
4-
<td class="identifier" style="text-align:left;">{{item.identifier}}</td>
5-
<td class="collected">{{#with item}}{{date1 lastUpdateDateTime}}{{/with}}</td>
3+
<td class="displayName" style="text-align:left;">{{displayName}}</td>
4+
<td class="identifier" style="text-align:left;">{{identifier}}</td>
5+
<td class="collected">{{date1 lastUpdateDateTime}}</td>
66

77
{{#if view.parentView.showApprovalStatusColumn}}
88
<td class="approvalStatus">

Dashboard/app/js/templates/navData/monitoring-data.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
</tr>
4242
</thead>
4343
<tbody>
44-
{{#each item in FLOW.router.surveyedLocaleController.currentContents}}
45-
{{view FLOW.DataPointView contentBinding="item"}}
44+
{{#each FLOW.router.surveyedLocaleController.currentContents}}
45+
{{view FLOW.DataPointView contentBinding="this"}}
4646
{{/each}}
4747
</tbody>
4848
</table>

0 commit comments

Comments
 (0)