Skip to content
Snippets Groups Projects
Commit a9a71484 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bugfix handling empty uris for data sources

parent 45b62af0
No related branches found
No related tags found
2 merge requests!17Develop,!12Ny server 2019
......@@ -89,7 +89,7 @@
</#if>
<td>
<#if weatherStation.weatherStationDataSourceId?has_content>
<a href="${weatherStation.weatherStationDataSourceId.uri}">${weatherStation.weatherStationDataSourceId.name}</a>
<a href="${weatherStation.weatherStationDataSourceId.uri!""}">${weatherStation.weatherStationDataSourceId.name!""}</a>
</#if>
</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment