Summary: | Problems with Filter by group when a ?-sign is present | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Manticore <urbanplanet.manticore> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | 3.1.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/tellico/2839b9b68f7703ca40d372894ad7a22678c17441 | Version Fixed In: | 3.1.4 |
Sentry Crash Report: |
Description
Manticore
2018-10-17 15:03:19 UTC
Not only the ? question mark, but also (, [, * and other characters. Perhaps all characters used in regular expressions. This is a problem, I think. Git commit 815fa40703e23214080cbd2c0f1c2e46a65b6ac7 by Robby Stephenson. Committed on 25/10/2018 at 00:20. Pushed by rstephenson into branch 'master'. Escape the group name when filtering grom Group View. The filter created by the Group View uses a regular expression to "Filter by Group". Be sure to escape the group name to allow the use of special characters in the regular expression. FIXED-IN: 3.1.4 M +4 -0 ChangeLog M +5 -1 src/groupview.cpp https://commits.kde.org/tellico/815fa40703e23214080cbd2c0f1c2e46a65b6ac7 Git commit 2839b9b68f7703ca40d372894ad7a22678c17441 by Robby Stephenson. Committed on 25/10/2018 at 00:23. Pushed by rstephenson into branch '3.1'. Escape the group name when filtering from Group View. The filter created by the Group View uses a regular expression to "Filter by Group". Be sure to escape the group name to allow the use of special characters in the regular expression. FIXED-IN: 3.1.4 M +4 -0 ChangeLog M +5 -1 src/groupview.cpp https://commits.kde.org/tellico/2839b9b68f7703ca40d372894ad7a22678c17441 |