-
Notifications
You must be signed in to change notification settings - Fork 3
Feature cfm150 autocomplete #167
Merged
+2,190
−425
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1999c79
Autocomplete widget added for selecting a Group member (CFM-150) (#164)
arlen fc0fdc4
add primevue autocomplete library dependency
Ioannis b0068fe
Improve/cleanup backend block search functionality
Ioannis 66839d8
Decloupe where clause construction from join clause construction
Ioannis 2dbc1a2
Improve filtering.Dynamically construct where clause using QueryExpre…
Ioannis 060dfe6
Introduce IndexQueryTrait
Ioannis aa73e23
fix broken mveaType query.Improve Changelog.
Ioannis 1311315
first get request
Ioannis a8ba9c9
add CoSettings PeoplePicker Configuration
Ioannis c0305b9
fix condition
Ioannis 8b061f1
Improve FieldHelper
Ioannis 17f32c7
Properly align grouped html controls
Ioannis 4a805f8
Add type to emails and identifiers
Ioannis 72171d4
Add loader.Improve fetch response handling
Ioannis bf41aa5
Added loader. Fixed duplicates.
Ioannis 0d06b3d
typo fix
Ioannis a18c993
add filtering with given and family name. Fetch only active users.
Ioannis 0954ba4
refactor frontend error handling
Ioannis 941ffd2
add subfield-col css rule
Ioannis 86fe75b
Peoplepikcer enum
Ioannis c8a0104
Provide access to configurations locally and globally.Improve fetch i…
Ioannis 238de1a
fix url string
Ioannis 0b3dec0
fix provide/inject functionality
Ioannis 4acb787
Add a subcomponent for item-with-type and style things for easier vis…
arlen 567d656
highlight query string
Ioannis f4009bb
highlighting fix
Ioannis a0ab929
sort methods by name
Ioannis af96643
Add item-id to autocomplete label and update color file (CFM-150)
arlen f885ca9
Add pager link "show more" to autocomplete (CFM-150)
arlen f02eaee
Fix label id reference for autocomplete field (CFM-150)
arlen 134c18f
Implement pagination
Ioannis 04a8bb2
filter the active GroupMembers
Ioannis e5f710a
Refactor GroupMembersTable::isMember Query construction
Ioannis d8eae4f
Update Group Member listing to expose add / edit / view in a modal wi…
arlen a8c32b0
Move the person picker to the index of the Group Member list and laun…
arlen 123702d
Add scrolling to the autocomplete people picker (CFM-150)
arlen 2ee562c
removed trailing semi colon
Ioannis c1c0f69
Change default modal title (CFM-150)
arlen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try this
instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great improvement - changed!