Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
By Palele
#823890
Hi
I have a little problem. Is it possible that advanced search shows list of cases without click Search button? I think I should search solution in casesListExtJs.html or casesList.js
Attachments
1.png
1.png (21.66 KiB) Viewed 2462 times
#824007
Edit your file workflow/engine/templates/cases/casesList.js and change lines 2645-7 from:
Code: Select all
// Add the additional 'advanced' VTypes -- [End]

});
To:
Code: Select all
// Add the additional 'advanced' VTypes -- [End]

   if (action == 'search') {
      setTimeout(function() {doSearch();}, 10); 
   }
});
Now it will automatically display the search results when the user clicks on Home > Advanced Search.
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]