Skip to content

Fix missing search query parameter name in service desk issues list.

What does this MR do?

  • Resolves #235440 (closed)
  • Manually adds = operator token when the token name is author_username and the token value is support-bot.

Why manually add = operator?

Issue #235440 (closed) is caused by the missing operator token = for the hidden support-bot author token.

Without the operator token, the filtered search bar enters into an invalid state where any subsequent user input is processed as a part of the token value for author_username.

Screenshots

before after
Screen_Shot_2020-09-01_at_3.06.15_PM Screen_Shot_2020-09-01_at_6.28.53_PM
Screen_Shot_2020-09-01_at_3.05.44_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Issue #235440 (closed)

Edited by euko

Merge request reports

Loading