frappe/changemakers

We should be able to multiselect in filters (Wards in Beneficiary list)

Closed this issue · 2 comments

For Example - the present need is , Mehran needs to have filter with 15 wards selected for beneficiary list. He tried Comma seperated values but it is allowed only for 140 character.

  1. Either change validation to 600 characters
  2. There should be any easy way for multi select filters, atleast for selecting multiple wards in Beneficiary list.

Please take this as a priority

This is critical for go live @umairsy @harshtandiya @NagariaHussain

To set up the max character limit of any field you want to be filtered, you have to change the length of that field through customize form.

For Wards in Beneficiary List, do the following:

  • Go to Customize Form using AwesomeBar
    image
  • Select Beneficiary in Enter Form Type
  • Scroll down and select the field for which you want to increase the length. In this case Ward/GP
    image
  • In Length field, set the limit. In this case: 600
    image
  • Update the form
    image

Let me know if it works out.