mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Fix Filter on BikeScore and 95% heart rate
As the parser fell over on them due to special characters and having to convert the TM symbol to an HTML escape.
This commit is contained in:
@@ -99,7 +99,6 @@ void Leaf::validateFilter(DataFilter *df, Leaf *leaf)
|
||||
// if so set the type to meta or metric
|
||||
// and save the technical name used to do
|
||||
// a lookup at execution time
|
||||
|
||||
QString lookup = df->lookupMap.value(*(leaf->lvalue.n), "");
|
||||
if (lookup == "") {
|
||||
DataFiltererrors << QString("%1 is unknown").arg(*(leaf->lvalue.n));
|
||||
|
||||
Reference in New Issue
Block a user