* [ADF-3812] Added multiple user selection and user pre-selection
* [ADF-3812] Added tests
* [ADF-3812] Added jsdoc
* [ADF-3812] Improved variable naming
* [ADF-3812] Improved mode selection
* [ADF-3812] Changed input name and emit logic
* [ADF-3812] Used modified emitter name in start task
* [ADF-3812] Improved default role selection
* Use the new strategy to fetch the authorized users
* * Fixed pre-selection in single mode
* * Added invalid selection validation
* * Added start task assignee validation
* * Improved preset loading
* * Improved tests
* * Added test to validate default assignee
* * Added methods to check user has access to an app
* * Added app access to people cloud and start task
* * Refactored methods and removed unused input - showCurrentUser
* * Added tests
* * Changed service names and removed unwated services
* * Used formControl error instead of manual error flag
* * Used new hasError method of people component inside start task
* * Improved tests
* * Updated callCustomApi call signature
* * Added documentation
* * Disabled search until clientId is retrieved
* * Changed realm name
* * Added jsdoc for service methods
* Remove the useless doc
* [ADF-3841] Improve edit-task-filter-cloud by adding inputs to control filters, sort and actions
* Refactored editTask
* Added translate keys related to the edittask filter
* Created TaskFilterProperties model
* * Refactored Edit Task Filter
* Added method to fetch all running applications
* * Added date validation error message
* * Added css mixin
* * Removed dateError flag
* Used formController error
* * Added default filter properties
* * Refactored appsProcessCloudService
* Added flexlayout to align all filter properties
* * Modified unit test for the recent changes* Added few unit tests* Updated editTaskFilter documentation
* * Rebased with the latest changes * updated doc * Updated translate keys
* [ADF-3846] Added some doc comments and skeleton doc files
* [ADF-3846] Added basic docs for Extensions library
* [ADF-3846] Fixes to index pages
* [ADF-3846] Did tslint check and fixed error with doc comment
There were 2 issues:
- YAML is indentation-sensitive, so descendants need indentation
- You can't mix object keys with array elements eg:
```yml
- one:
title: Title
- Invalid
```
So if you want to nest, then you can't use the shorthand:
```yml
- file/folder: Pretty name
```
You have to use:
```
- file/folder:
title: Pretty name
children:
- document.md: A document
```
* Fix process cloud page
* Use FilterParamModel
* Rollback method
* Fix core unit test related to identity service
* Fix process filters cloud
Get user info from different keys
* Select the my-task filter in case the task has been created
* Add family_name and given_name to the jwt token
* * Generated EditProcessFilterComponent by cli
* Added MatExpansionModule
* * Added translation keys related to the editProcessFilterComponent
* Updated editProcessFilterComponent
* * Refactored EditProcessFilter component
* Created delete , save and saveAs filter methods in the service
* Generated ProcessDialog component
* Exported process-cloud
* Added Unit tests to the EditProcessFilter
* * Added unit tests to the processFIlterDialog component* Refactored process-list-cloud-demo component
* * Added editProcessFilter documentaion.
* * Unified process filter cloud models
* * Used new process-filter-cloud model
* * Updated documentation
* * Updated demo component
* * Updated editProcessFilter unit tests
* * After rebase* Fixed missing documentation
* * Fixed conflicts
* Rebased with dev branch
* Fix import
* * Genearated EditTaskFilterCloudComponent
* * Added unit tests to the editTaskFiltercomponent
* Added unit tests to the taskFilterDialog
* Added id selector
* * Added translation keys to the editTaskFilter component* Added translation keys related to the editTask in the en.json file* Changed FilterRepresentationModel to TaskFilterCloudRepresentationModel* Refactored editTaskFilterComponent* Created a deleteFilter method in the taskService
* * Refactored editTaskFilterComponent
* * used new editTaskFilterCloud component in the demo shell
* * Refactored editTaskFilter component* Updated unit tests
* Refresh the filters after the action
Reset the values after the EditComponentChanges
Improve the code
* * Added translate keys in demo shell for edittaskDialog component
* Modified translate keys for editTaskFilterCLoud component
* * Added documentation to the editTaskFilter component.* Fixed a typo.* Fixed Failing Test cases. * Added a EditTaskFilterCloud png
* rebase to dev
fix bugs and improve integration
* * Fixed tsLint css error
* * Fixed tslint css error * Fixed one unit test
* Move the concern of save delete saveAs into the component
fix integration with Demo shell
fix bugs
* * Updated unit test to the recent changes
* * Updated editTaskFIlter doc
* Added unit tests to the taskFIlterDialog component
* * Updated editTaskFIlter doc* Added unit tests to the taskFIlterDialog component
* * Merged task filter models to a single model
* * Updated tests with new taskfilter model
* * Updated documentation for new taskfilter model
* * Used new taskfilter model in the demo
* * Improved filter selection method
* * Removed unnecessory tanslate keys from demo shell
* Modified filterCloudModel
* fixed unit tests to the recent changes
* * Improved change handling for filter properties
* * Improved unit tests
* [ADF-3745] Added Extensions folder and index section to docs
* [ADF-3745] Fixed static links in README.md
* [ADF-3745] Fixed typo in readme contents section