mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Filter
- When a filter resolves an identifier through a DOM reference, it records the source. In other words, when 'priority' is resolved to 'H', the source reference ('priority') is stored in the variant. This is because different data attributes behave differently when compared.
This commit is contained in:
parent
3bc44681a5
commit
ba8c007ace
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ bool domSource (const std::string& identifier, Variant& value)
|
|||
if (stringValue != identifier)
|
||||
{
|
||||
value = Variant (stringValue);
|
||||
value.source (identifier);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue