Bug #1154
- Fixed bug #1154, which now allows priorities to be specified in any case.
This commit is contained in:
@@ -534,7 +534,9 @@ void E9::operator_equal (
|
||||
}
|
||||
|
||||
// Case-insensitive comparison for status. Fixes #1110.
|
||||
else if (left._raw == "status")
|
||||
// Also priority, fixing #1154.
|
||||
else if (left._raw == "status" ||
|
||||
left._raw == "priority")
|
||||
{
|
||||
result._value = compare (left._value, right._value, false)
|
||||
? "true"
|
||||
|
||||
Reference in New Issue
Block a user