mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Lexer: Upgraded attributes vector to a map of name to type
This commit is contained in:
parent
52d2bbd11a
commit
d0c4326af3
3 changed files with 5 additions and 0 deletions
|
@ -641,7 +641,10 @@ void Context::staticInitialization ()
|
|||
}
|
||||
|
||||
for (auto& col : columns)
|
||||
{
|
||||
Task::attributes[col.first] = col.second->type ();
|
||||
Lexer::attributes[col.first] = col.second->type ();
|
||||
}
|
||||
|
||||
Task::urgencyProjectCoefficient = config.getReal ("urgency.project.coefficient");
|
||||
Task::urgencyActiveCoefficient = config.getReal ("urgency.active.coefficient");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue