* [ACA-4053] Add appVersion multiselect dropdown in cloud filters
* Call applications api to fetch the versions
* Keep both old and new appVersion filter
* minor changes
* Add unit tests
* Fix comments - remove appVersionMultiple input and use a common appVersion input
* Experimental solution
* Unify event emitters for aps and cloud filters
* Update emitter descriptions
* Fix/Add unit tests
* Unit tests part 2
* Update documentation, put mock objects into separate mock files and remove them from test files
* rename tests
* align demo-shell with the new changes
* fix aps demo shell
* [MNT-22003] - fixed check on variable for visibility service
* [MNT-22003] - update variable for test
* [MNT-22003] - added extra unit test for checking the process variable passed
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* use interface instead of class
* cleanup code and fix html template typo
* api cleanup
* use interface instead of class
* code cleanup and test fixes
* use interface instead of class
* use interface instead of class, fix typing issues
* fix IDE support for spec files
* fix IDE for spec files
* unify filter compare
* remove jest
* use generics to reduce code duplication
* generic saveas
* unify code
* [AAE-3410] Restricted Breadcrumb navigation when upload widget type set to only ACS
* * Added/Modified unit tests to the recent changes
* Fixed failing UT
* * Updated contentNodeSelectorPanel doc
* * After rebase
* [AAE-3694] Add new Service Method for service task integration
* Split task list services in two
* Move ServiceTaskQueryCloudRequestModel to a newe file
* Create new panel component and search refactoring
* Replace
* First refactoring - Fix global search and service injection issues
* More refactoring
* Fix service injection - create one new instance for content-node-selector component
* Avoid having more services extending BaseQueryBuilderService
* more refactoring, remove injecting the SearchQueryBuilderService from the content node selector service
* Fix build errors to launch unit tests
* Fix existing unit tests
* Fix wrong import and constructor injection comments
* Fix wrong import
* Fix comments
* Fix api compatibility
* Revert demo shell causing e2e fail
Co-authored-by: adomi <ardit.domi@alfresco.com>
* [AAE-3469] New Service Task Lisst Component
* Fix unit tests
* Add documentation
* Add public methods to Data Table Schema
* [AAE-3469] New Service Task Cloud Component
* Fix comments
* Fix comments
* Fix unit tests
* [ACA-3960] FE - Users that are part of a candidate group should not be able to see 'Assignee' property as editable when on that user task candidate group was set as assignment
* * Added description
* [ACA-3643] - add completedBy filter on tasks
* send user id as query parameter
* preselect users
* rebase and reset filter
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
* add completedDate filter
* [ACA-3692] - Add completed date filter
* fix lint
* fix description
* fix lint
* preserve filters
* fix startDate/dueDate fitlers and add unit test
* revert app.config.json changes
* add support for completed date field in datatable
* fix unit tests
* fix date range unit test
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
* [ACA-3583] - implement created date process filter
* [ACA-3683] - add started date process filter
* remove unused property input
* rebase
* fix unit test
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>