Bug 394344

Summary: If the Location is a URL then it should be clickable in the incidence viewer
Product: [Applications] korganizer Reporter: Allen Winter <winter>
Component: incidence editorsAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: montel
Priority: NOR    
Version: GIT (master)   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.9.0

Description Allen Winter 2018-05-16 19:32:18 UTC
if an incidence's location is a valid url then the incidence viewer should turn that into a clickable link.

I suspect the bug is somewhere in the grantlee template.
not that I know anything about grantlee.

   {% if incidence.location %}
    <tr>
        <th valign="top">{% i18n "Location:" %}</th>
        <td>{{ incidence.location|safe }}</td>
    </tr>
    {% endif %}
Comment 1 Laurent Montel 2018-05-18 06:59:13 UTC
I will investigate it.

How do you see it ? in which component ? tooltip ?
Comment 2 Laurent Montel 2018-05-19 10:24:56 UTC
Git commit fb7b54d88bfefb9c1438feecb590ffa7bbdbea1d by Laurent Montel.
Committed on 19/05/2018 at 10:24.
Pushed by mlaurent into branch 'master'.

Fix Bug 394344: If the Location is a URL then it should be clickable in the incidence viewer
FIXED-IN: 5.9.0

M  +14   -17   src/incidenceformatter.cpp

https://commits.kde.org/kcalutils/fb7b54d88bfefb9c1438feecb590ffa7bbdbea1d