* [ADF-5379] Add a way to disable WS notifications
* Update app-notifications.service.ts
* Update task-filters-cloud.component.spec.ts
* Move flag to upper level in config.json
* Create new notification section in app.config.json
* Update implementation
* Improve naming
* [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
* Open select dialog on all types, fetch destination folder from a relative path
* Dialog UI refactor, multiple upload from local
* Fix document list should automatically reload after upload
* Remove not used ViewChild
* Fix imports, read destination folder from form field
* support different alias
* Remove not needed property, reuse selection mode
* Remove unused methods
* Fix unit tests
* * Added unit tests
* Fixed failing unit tests
* * Added unit for upload button
* Skipped failing e2e
* * Removed process-storage related code
* * Removed unncessory model and code
*
* * Removed contentHost from formCloud model
* * Skiped content-services e2e
* Skip failing process e2e related to attachment
Co-authored-by: sivakumar414ram <siva.kumar@muraai.com>
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
* [ACA-3107] add possibility to hide task name from the sidenav
* add unit tesT
* add task header spinner
* update documentation
* fix unit test
* change expect
* add another check
* replace expect condition
* additional expect
* use ToBeTruthy
* simplify expect
* add unit tesT
* add task header spinner
* fix unit test
* change expect
* add another check
* additional expect
* use ToBeTruthy
* simplify expect
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
* [ACA-3672] - added sorting server side for document-list
* [ACA-3672] - added and fixed unit tests for backend order
* [ACA-3672] - fixed failing test
* [ACA-3672] - regenerated doc and renamed variable
Co-authored-by: Vito Albano <vitoalbano@Vitos-MacBook-Pro.local>
* [ACA-3255] FE - Claim a task
* * Added unit tests
* * Added unit tests
* Changed cloud directive names
* * Added/Updated documents
* * Added showReleaseClaim button flag
* Add unit test too
* * Used claim/release directive in task-header component.
* * Fixed unit test
* * Fixed one comment
* * After rebase
* * Fixed comments
* [ACA-3348] Add default process name pipe
* [ACA-3348] Add documentation
* [ACA-3348] Change transform function to recieve a process def parameter, Update documentation
* Change parameter type to fix build
* Fix lint errors
* Move unit test to the correct describe
* Fix lint errors
* Move from one core pipe to different for APS1 and Cloud
* Add Pipe to process cloud providers
* Update documentation
* Revert demo-shell default process name
* Fix pipe version in documentation
* e2e - select process definition and then type name
* Fix process services e2e
* Align process filters e2e
* Align start-task-form cloud e2e
* Use processInstance model instead of processDefinition as a parameter for transform function
* [ACA-3080] Remove selecting first filter by default when no defaults are provided
* [ACA-3080] Fix demo shell, emit when filter is selected
* [ACA-3080] Align demo shell
* [ACA-3080] Align task filters demo shell, emit when task filter selected
* [AAE-1372] Fix read-only preselected users can be deleted
* [AAE-1372] Fix people/group cloud component readonly mode
* [AAE-1372] Refactor People/Group Cloud components
* [AAE-1372] Refactor People/Group Cloud components
* [AAE-1372] Clear invalid user in single mode after replacing with a valid user
* [AAE-1372] Add progress bar while validation loading. When user gets removed remove from validation
* [AAE-1372] Fix lint errors
* [AAE-1372] Fix single selection e2e
* [AAE-1372] Fix unit tests - people/group cloud components
* [AAE-1372] Fix e2e, set People/Group formControls invalid when has preselect errors
* [AAE-1372] Fix invalid form control bug
* [AAE-1260] Add changes detection for ProcessHeaderCloud when a process is cancelled
* [AAE-1260] Add service documentation
* [AAE-1260] fix typo
* [AAE-1260] Fix unit tests
* [AAE-1260] delete process header cloud service
* [DW-1618] Admin App -Application Instances - Able to delete all the admin users in Manage app permissions.
* [ADF-5031] [PeopleCloudComponent] Do not delete selected users completely.
* Added flag for not to remove last chip
* Added unit tests to the changes.
* * Added doc
* * Changed removeLastChip to remove
* * Added readonly strategy
* Removed remove input
* Updated unit tests
* * Added tooltip
* Hiding remove icon.
* * Fixed unit tests
* [ADF-4871] [TaskHeaderCloudComponent] Add Candidate Users/Groups properties
* Added Candidate users/groups properties to the task heade cloud component.
* * Created CardViewArrayItemComponent
* Modified FullName pipe to return username or email incase fullname missing.
* Added candidate Users/Groups properties to the taskcloudheader component.
* Added two service into task-cloudservice
* Updated Demoshell card-view with new widget
* * Fixed failing unit test
* * Fixed comments.
* * Refactored CardViewArrayItem model
* Fixed comments.
* * Changed candidate group icon
* Process-services:
Making sure you can run
ng build process-services
ng test process-services
* Fix the path of the styles
* move the file in the right place
* * Demo on list com
* [ADF-4828] [ADF] [ProcessListCloudComponent] Add action and context menu.
* Exposed action and context menu.
* Provided a way to in the demo shell to test action menu.
* Added required transaltion on demo shell.
* * Added doc
* [ADF-4829] [ADF] [TaskListCloudComponent] Add action and context menu.
* Exposed action and contect menu on tasklist page.
* * Added documentation.
* * Fixed typo
* * After rebase
* * Fixed failing e2e test on cloud demo tasklist
* * Added providedIn in Task/process cloud service.
* * Demo on list com
* [ADF-4828] [ADF] [ProcessListCloudComponent] Add action and context menu.
* Exposed action and context menu.
* Provided a way to in the demo shell to test action menu.
* Added required transaltion on demo shell.
* * Added doc
* * Fixed comments.