[korganizer] [Bug 394344] New: If the Location is a URL then it should be clickable in the incidence viewer

Allen Winter bugzilla_noreply at kde.org
Wed May 16 20:32:18 BST 2018


https://bugs.kde.org/show_bug.cgi?id=394344

            Bug ID: 394344
           Summary: If the Location is a URL then it should be clickable
                    in the incidence viewer
           Product: korganizer
           Version: GIT (master)
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: incidence editors
          Assignee: kdepim-bugs at kde.org
          Reporter: winter at kde.org
  Target Milestone: ---

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 %}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list