Skip to content

Commit

Permalink
Merge pull request #1487 from ProcessMaker/bugfix/FOUR-12423
Browse files Browse the repository at this point in the history
QA Observation bugfix/FOUR-12423: Welcome Screen Task Search Changes the Names of Tasks After Search. Task List Not Reliable
  • Loading branch information
ryancooley authored Nov 20, 2023
2 parents 09ca1ff + a4b0fb3 commit 75d6074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/renderer/form-list-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default {
* This boolean method shows or hide elements
*/
toggleInput(listType) {
if (this.showInput) {
if (this.showInput && this.searchCriteria !== "") {
this.performSearch(listType);
}
this.showInput = !this.showInput;
Expand Down

0 comments on commit 75d6074

Please sign in to comment.