* [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.
* [ADF-4738] [Process -Cloud] Move GroupCloudService to adf-core lib.
* * Changed GroupModel to IdentityGroupModel
* Updated unit tests the recent changes.
* * Added documentation to the identityGroupService
* Updated GroupInitial and GroupCoudcomponent doc.
* * Created groupCount model. * Updated unit test to the recent changes
* * After rebase updated doc
* * Fixed comments.
* * Use local storage for community version.
* * Created a communityModule.
* * Updated unit tests the recent changes
* * Updated documents.
* * Modified process/task filters doc.
* [ADF-4734] Update docs for preference service in filters
* Update docs/process-services-cloud/components/edit-process-filter-cloud.component.md
Co-Authored-By: Eugenio Romano <eromano@users.noreply.github.com>
* Update docs/process-services-cloud/components/edit-task-filter-cloud.component.md
Co-Authored-By: Eugenio Romano <eromano@users.noreply.github.com>
* refactoring getValueFromToken and fix user token refresh
* refactoring getValueFromToken and fix user token refresh
* refactoring getValueFromToken and fix user token refres
* fix unit test
* [ADF-4441] Save button should be disabled when form inputs are invalid, Refactored disable custom outcome buttons unit tests
* [ADF-4441] add missing space
* [ADF-4441] Refactor failing unit tests
* [ADF-4441] Added documentation for disableSaveButton property
* [ADF-4432] FormCloud - should be read only if the task is unclaimed.* Modifed formCloud component related claim/unclaim custom buttons.* Added unit tests to the recent changes* Created an component to project custom form outcomes.
* * Added documentation to the formcloudcustomoutcome component.
* [ADF-3876] Added form cloud model
* [ADF-3876] Added service to get forms
* [ADF-3876] Added form selection to start task
* [ADF-3876] Added tests
* [ADF-3876] StartTaskCloud - Be able to start a task with a form
* [ADF-3876] StartTaskCloud - Be able to start a task with a form
* [ADF-3876] StartTaskCloud - Be able to start a task with a form
* [ADF-3876] Added form cloud model
* [ADF-3876] Added service to get forms
* [ADF-3876] Added form selection to start task
* [ADF-3876] Added tests
* [ADF-3876] StartTaskCloud - Be able to start a task with a form
* [ADF-3876] StartTaskCloud - changed name to component
* [ADF-3876] StartTaskCloud - Renamed component
* Rename form-selector-cloud.component.md to form-definition-selector-cloud.component.md
* [ADF-3876] Improve and clean code and fix service
* [ADF-3876] Fix unit test
* Update app.module.ts
* fix module
* move components in the right folders
* fix e2e task list
* [ADF-4248] Created form cloud service
* [ADF-4248] Created form cloud model
* [ADF-4248] Created new cloud form
* [ADF-4248] Exported cloud from module
* [ADF-4248] Added form saving feature
* [ADF-4248] Added form to task details
* [ADF-4248] Added services to save form
* [ADF-4248] Added data support
* [ADF-4248] Added outcome support in form model
* [ADF-4248] Modified demo component to show form
* [ADF-4248] Copied tests
* [ADF-4248] Added form parsing service
* [ADF-4248] Added form cloud demo
* [ADF-4248] Added form input to fom-cloud
* [ADF-4248] Added tests for form cloud model
* [ADF-4248] Improved form model json parsing
* [ADF-4248] Added test for form could
* [ADF-4248] Refactored types in the form model
* [ADF-4248] Improved tests
* [ADF-4248] Added tests for form cloud service
* [ADF-4248] Added tests for form services
* [ADF-4248] Refactored form services
* [ADF-4248] Handled form events in demo shell
* [ADF-4248] Improved form value parsing
* [ADF-4248] Added form-cloud demo to routing
* [ADF-4248] Added field validation without handler
* [ADF-4248] Added task variable model
* [ADF-4248] Added adf-cloud prefix to css classes
* [ADF-4248] Translated name of nameless task
* [ADF-4248] Added docs for cloud form component
* [ADF-4248] Added docs for cloud form service
* create base component
* [ADF-4248] Created formBase and formModelbase
* [ADF-4248] Used base classes in cloud package
* Update form-cloud.component.md
* Update form-cloud.service.md
* [ADF-4248] Created form cloud service
* [ADF-4248] Created form cloud model
* [ADF-4248] Created new cloud form
* [ADF-4248] Exported cloud from module
* [ADF-4248] Added form saving feature
* [ADF-4248] Added form to task details
* [ADF-4248] Added services to save form
* [ADF-4248] Added data support
* [ADF-4248] Added outcome support in form model
* [ADF-4248] Modified demo component to show form
* [ADF-4248] Copied tests
* [ADF-4248] Added form parsing service
* [ADF-4248] Added form cloud demo
* [ADF-4248] Added form input to fom-cloud
* [ADF-4248] Added tests for form cloud model
* [ADF-4248] Improved form model json parsing
* [ADF-4248] Added test for form could
* [ADF-4248] Refactored types in the form model
* [ADF-4248] Improved tests
* [ADF-4248] Added tests for form cloud service
* [ADF-4248] Added tests for form services
* [ADF-4248] Refactored form services
* [ADF-4248] Handled form events in demo shell
* [ADF-4248] Improved form value parsing
* [ADF-4248] Added form-cloud demo to routing
* [ADF-4248] Added field validation without handler
* [ADF-4248] Added task variable model
* [ADF-4248] Added adf-cloud prefix to css classes
* [ADF-4248] Translated name of nameless task
* [ADF-4248] Added docs for cloud form component
* [ADF-4248] Added docs for cloud form service
* create base component
* [ADF-4248] Created formBase and formModelbase
* [ADF-4248] Used base classes in cloud package
* [ADF-4248] Moved documentation to process services
* [ADF-4248] Removed duplicate import
* [ADF-4248] Fixed wrong imports
* [ADF-4248] Renamed form renderer input
* [ADF-4248] Show translated name for nameless form
* Enable the uploadWidget
* Make the form great again!
* Move the class style on the parent
* Fix the debugMode