-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
10529 adv search list operators (#10610)
* creates helper method for concept datatype append_search_filter for lists, re #10529 * calls helper method for concept datatype for cases any, all, and not in list, re #10529 * commits translations for in_list adv search ops, re #10529 * adds translation in_list options to select2config in concept datatype view, re #10529 * creates alternate select2 that can be multi for in_list ops in concept adv search re #10529 * creates alternate select2 to handle multi select for in_list ops re #10529 * Revert "creates alternate select2 to handle multi select for in_list ops re #10529" This reverts commit 5a067f5. reverts commit * Revert "creates alternate select2 that can be multi for in_list ops in concept adv search re #10529" This reverts commit 8b826aa. reverts commit * swaps array type checking to before check for self.multi in concept-select re #10529 * on select2-config init, falls back on array type check of valueList if self.multi was init false before param.val was inherited re #10529 * clones select2config in concept-select vm to support simultaneous select2config for multiselect re #10529 * init select2multi in concept select template if adv search op support multiselect re #10529 * updates str formatting for search filter nodeid str re #10529 * replaces if/elif/else blocks with match/case for in_list search filter method re #10529 * rm unused arg request from in_list search filter method re #10529 * corrects translation declarations for in_list text values re #10529 * moves 2nd if block into else if in concept-select vm for casting valueList as arr re #10529 * conforms translation vars to single names re #10529 * refs corrected translation vars in concept-select template re #10529
- Loading branch information
1 parent
ed2a79d
commit 74b5121
Showing
4 changed files
with
52 additions
and
4 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