Page MenuHomeFeedback Tracker

SupportInfo command, filters are broken
New, WishlistPublic

Description

Right now, just the filters {t, n} are functional meaning that {b, u} are right now non-functional

to receive them it is needed to use the command without any filter (as the "*:*" will also just check t & n filters)

supportInfo ""

Details

Legacy ID
570767898
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  1. execute the command 'supportInfo "t:*"'
  2. execute the command 'supportInfo "n:*"'
  3. execute the command 'supportInfo "b:*"'
  4. execute the command 'supportInfo "u:*"'
  5. execute the command 'supportInfo "*:*"'
  6. execute the command 'supportInfo ""'
Additional Information

While step 1: as Expected
While step 2: as Expected
While step 3: Result is an empty array
While step 4: Result is an empty array
While step 5: Result is equal to 'result of step 1' + 'result of step 2', thus missing the b and u filters
While step 6: as Expected

Event Timeline

X39 edited Steps To Reproduce. (Show Details)Sep 7 2015, 8:45 PM
X39 edited Additional Information. (Show Details)
X39 set Category to Scripting.
X39 set Reproducibility to Always.
X39 set Severity to None.
X39 set Resolution to Open.
X39 set Legacy ID to 570767898.May 8 2016, 12:40 PM