processmaker icon indicating copy to clipboard operation
processmaker copied to clipboard

FOUR-19482 | Placeholder Text for All Templates Search Is Not Correct in LaunchPad

Open mcraeteisha opened this issue 1 year ago • 2 comments

Issue

Ticket: FOUR-19482

In the Process LaunchPad, the placeholder text in the templates search bar should read "Search Templates" instead of "Search Categories and Processes".

Solution

  • Pass processSelected and templateSelected props to SearchCards.vue.
  • Update b-form-input placeholder in SearchCards.vue based on whether or not a Process or Template has been selected.

How to Test

  1. Go to branch FOUR-19482 in processmaker.
  2. Go to Processes.
  3. Select 'All Templates' from the 'Add From Templates' dropdown.
    • The search bar text should read 'Search Templates'.
  4. Select a Process Category under 'Available Processes'.
    • The search bar text should read 'Search Categories and Processes'.

ci:next ci:deploy

Code Review Checklist

  • [ ] I have pulled this code locally and tested it on my instance, along with any associated packages.
  • [ ] This code adheres to ProcessMaker Coding Guidelines.
  • [ ] This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
  • [ ] This solution fixes the bug reported in the original ticket.
  • [ ] This solution does not alter the expected output of a component in a way that would break existing Processes.
  • [ ] This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
  • [ ] This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
  • [ ] This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
  • [ ] This ticket conforms to the PRD associated with this part of ProcessMaker.

mcraeteisha avatar Oct 04 '24 23:10 mcraeteisha

QA server K8S was successfully deployed https://ci-4f922721ba.engk8s.processmaker.net

tokensPM avatar Oct 05 '24 00:10 tokensPM

image

marcoAntonioNina avatar Oct 07 '24 13:10 marcoAntonioNina

QA server K8S was successfully deployed https://ci-4f922721ba.engk8s.processmaker.net

tokensPM avatar Oct 18 '24 10:10 tokensPM