Modify ↓
Opened 8 years ago
Closed 8 years ago
#15631 closed enhancement (fixed)
add *:url
| Reported by: | MKnight | Owned by: | Don-vip |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core tag2link | Version: | |
| Keywords: | template_report | Cc: |
Description
changing in tag2link_sources.xml View URL-Pattern:
<condition k="url" />
to
<condition k="(.*:url|.*_url|^url$)" />
will support "opening_hours:url" and some similar too and removes some false positive.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Fixed in [o33934:33935]. Thanks for the patch!