This commit is contained in:
@@ -291,7 +291,7 @@ namespace AyaNova.PickList
|
|||||||
{
|
{
|
||||||
//we might have a trailing and to remove
|
//we might have a trailing and to remove
|
||||||
//jesus this stuff sucks, there must be a better way, it seems so fragile
|
//jesus this stuff sucks, there must be a better way, it seems so fragile
|
||||||
if (!IncludeInactive || HasTagSpecificQuery)
|
if (!IncludeInactive || HasTagSpecificQuery || preIds.Length > 0)
|
||||||
{
|
{
|
||||||
//trailing " and " to remove
|
//trailing " and " to remove
|
||||||
sb.Length -= 5;
|
sb.Length -= 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user