mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fixes - Att, Subst
- Fixed but that required all known attributes to be listed by name in order to be recognized by creating new Att::validInternalName method. - Fixed bug in non-global Subst that failed to save a modified annotation.
This commit is contained in:
parent
cea84b3d3b
commit
3ffb855956
4 changed files with 16 additions and 23 deletions
|
@ -44,6 +44,7 @@ public:
|
|||
~Att ();
|
||||
|
||||
bool valid (const std::string&) const;
|
||||
static bool validInternalName (const std::string&);
|
||||
static bool validModifiableName (const std::string&);
|
||||
static bool validNameValue (const std::string&, const std::string&, const std::string&);
|
||||
static bool validNameValue (std::string&, std::string&, std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue