| 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 editors | Assignee: |
kdepim bugs <pim-bugs-null> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
CC: |
montel
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
GIT (master) | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Other | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
https://commits.kde.org/kcalutils/fb7b54d88bfefb9c1438feecb590ffa7bbdbea1d
|
Version Fixed/Implemented In:
|
5.9.0
|
|
Sentry Crash Report:
|
|
| |
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 %}