gobierto icon indicating copy to clipboard operation
gobierto copied to clipboard

Plans / SlickGrid plugins - Avoid showing already selected vocabulary terms

Open amiedes opened this issue 5 years ago • 1 comments

As a future improvement, we should avoid showing in the select2 options those terms that have already been added to the table.

This applies to the indicators and human resources plugin, since in the budgets plugin a budget line can appear many times.

Check if it's worth implementing it with https://select2.org/options#disabling-options

amiedes avatar Jun 17 '19 14:06 amiedes

This could be solved using the same approach I follow in https://github.com/PopulateTools/gobierto/pull/2455 to update the Select2 values after a cell has been updated

ferblape avatar Jul 12 '19 13:07 ferblape