Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Feature cfm150 autocomplete (#167)
* Autocomplete widget added for selecting a Group member (CFM-150) (#164) * add primevue autocomplete library dependency * Improve/cleanup backend block search functionality * Decloupe where clause construction from join clause construction * Improve filtering.Dynamically construct where clause using QueryExpressions. * Introduce IndexQueryTrait * fix broken mveaType query.Improve Changelog. * first get request * add CoSettings PeoplePicker Configuration * fix condition * Improve FieldHelper * Properly align grouped html controls * Add type to emails and identifiers * Add loader.Improve fetch response handling * Added loader. Fixed duplicates. * typo fix * add filtering with given and family name. Fetch only active users. * refactor frontend error handling * add subfield-col css rule * Peoplepikcer enum * Provide access to configurations locally and globally.Improve fetch implementation. * fix url string * fix provide/inject functionality * Add a subcomponent for item-with-type and style things for easier visual parsing and disambiguation (CFM-150) * highlight query string * highlighting fix * sort methods by name * Add item-id to autocomplete label and update color file (CFM-150) * Add pager link "show more" to autocomplete (CFM-150) * Fix label id reference for autocomplete field (CFM-150) * Implement pagination * filter the active GroupMembers * Refactor GroupMembersTable::isMember Query construction * Update Group Member listing to expose add / edit / view in a modal window; refactor setLayout to better accommodate multiple actions; carry over person picker code in preparation for moving the person picker ot the index of the Group Member list. (CFM-150) * Move the person picker to the index of the Group Member list and launch "Add" from the picker. (CFM-150) * Add scrolling to the autocomplete people picker (CFM-150) * removed trailing semi colon * Change default modal title (CFM-150) --------- Co-authored-by: Arlen Johnson <arlen@sphericalcowgroup.com>
Showing
48 changed files
with
2,190 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.