Page MenuHomePhabricator

Dropdown always reset to matching when click on Run Query
Closed, ResolvedPublicBUG REPORT

Description

Steps to Reproduce:

1: select "postal code" as Property
2: select "without"
3: enter a postal code
4: press "run query"
5: see "without" switch to "matching" and the query execute with "matching"

Actual Results:

drowdown is set to matching on run query

Expected Results:

dropdown should keep the selected value

Acceptance criteria:

  • bug is fixed
  • adding a test that covers the validateForLimitedSupport function

Event Timeline

The error was introduced here: this.validateForLimitedSupport( this.selectedProperty ); in QueryBuilder.vue