Fix missing search query parameter name in service desk issues list.
requested to merge 235440-search-query-is-added-without-query-parameter-name-in-the-service-desk-issues-list into master
What does this MR do?
- Resolves #235440 (closed)
- Manually adds
=
operator token when the token name isauthor_username
and the token value issupport-bot
.
=
operator?
Why manually add 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 |
---|---|
Does this MR meet the acceptance criteria?
Conformity
-
Changelog entry -
Documentation (if required) -
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides -
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers -
Informed Infrastructure department of a default or new setting change, if applicable per definition of done
Issue #235440 (closed)
Edited by euko