FAQ | This is a LIVE service | Changelog

Skip to content

Missing feature: a user/group cannot be selected twice.

Mike Bamford requested to merge issue-15-cannot-select-item-twice into master

The feature of not selecting an item twice was removed in select2 v4. So we implement it ourselves by filtering out pre-selected items in the processResults callback.

This MR is based on /uis/devops/django/ucamlookup/merge_requests/13 which should be reviewed first.

closes: #15 (closed)

Merge request reports