Bug 394344 - If the Location is a URL then it should be clickable in the incidence viewer
Summary: If the Location is a URL then it should be clickable in the incidence viewer
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: incidence editors (show other bugs)
Version: GIT (master)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-16 19:32 UTC by Allen Winter
Modified: 2018-05-19 10:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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