* [AAE-5872] - Viewer responds as we type in the form fields. Apply the fix on start process also
* Remove comments
Co-authored-by: Ardit Domi <arditdomi@apl-c02g64vpmd6t.home>
* Enable the storybook for process-services-clod
* [AAE-5952] added few stories
* [AAE-5952] added additional extensions for process cloud config
* [AAE-5952] added few stories
* [AAE-5952] added additional extensions for process cloud config
* [AAE-5952] added stories for claim by user, group and invalid app and task story separation
* [AAE-5952] mmock assigned user
* [AAE-5952] added task cloud interface
* [AAE-5952] improved formatting
* Use relative path
* [AAE-5952] fixed lint errors
Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
* [ci:force][auto-commit] Update JS-API to 4.7.0-3917 for branch: update-js-api originated from JS-API PR: 3918
* [ci:force][auto-commit] Update JS-API to 4.7.0-3923 for branch: update-js-api originated from JS-API PR: 3924
Co-authored-by: Travis CI User <travis@example.org>
* ADF-5463 Rework Protractor tests - changes related to element/elements and duplication of locators
* Fix one which I missed
* Remove console.logs
* Remove console.logs
* Reverse the timeouts
* Fixed things TSLint
* Remove unused import
* Fixed broken tests
* Last test fixed
* Fetch the appName context from window instead of hardcode it
* Remove useless file
* Get rid of the redirectUri variable
Until now the context of the app was created on the backend side and stored on the variable redirectUri. With this fix the context is determined by the FE
* remove useless docker variable
remove
APP_CONFIG_OAUTH2_REDIRECT_LOGIN
APP_CONFIG_OAUTH2_REDIRECT_LOGOUT
the origin and context will be determined by the FE
* Update 30-sed-on-appconfig.sh
removing APP_CONFIG_OAUTH2_REDIRECT_LOGOUT and APP_CONFIG_OAUTH2_REDIRECT_LOGIN
* [ci:force][auto-commit] Update JS-API to 4.7.0-3886 for branch: update-js-api originated from JS-API PR: 3889
* [ci:force][auto-commit] Update JS-API to 4.7.0-3897 for branch: update-js-api originated from JS-API PR: 3898
Co-authored-by: Travis CI User <travis@example.org>
* [AAE-5834] Additions to EditProcessFilterCloudComponentPage to facilitate e2es
* [AAE-5834] Add control over started date and completed date dropdown filters
* [AAE-5834] Declarations on separate lines
* [AAE-5834] Add semi colons
* [AAE-5834] Removed Promise<void> implicit type declaration
* Fix lint
* Revert "[MNT-22334] ADW - User information not displayed when Kerberos is in use (#7172)"
This reverts commit 4befb779
* [ADF-5465] Not being redirected to login page when Kerberos is enabled
* * fix user info
* * add providers
* * fix test
* [ADF-5464] [form]Mandatory field validations are not applied once content is removed from these fields
* * fix test and people widget
* * fix flaky test
* [AAE-5612] FE - [ADF] Destination picker it's not displaying my files folder if the destination Folder path type of string/folder variable is set to a folder part of trash
* * Refactored getDestinationFolderPath
* * Updated attachFileCloudWidget unit tests
* * Renamed method name
* * Added unit tests to the content-cloud-node-selector service
* * Fixed comments
* * Removed mock obj
* * fixed lint error
* * Fixed lint error
* [AAE-5843] - Add e2e method to check the visibility of the upload from local tab
* Remove expectation from page method
Co-authored-by: Ardit Domi <arditdomi@apl-c02g64vpmd6t.home>
Co-authored-by: Ardit Domi <arditdomi@apl-c02g64vpmd6t.broadband>
* [ACA-4310] - Show the breadcrumb even for invalid selections in search results
* Empty commit
Co-authored-by: Ardit Domi <arditdomi@apl-c02g64vpmd6t.home>
* [ci:force][auto-commit] Update JS-API to 4.6.0-3709 for branch: update-js-api originated from JS-API PR: 3711
* [ci:force][auto-commit] Update JS-API to 4.6.0-3740 for branch: update-js-api originated from JS-API PR: 3741
* [ci:force][auto-commit] Update JS-API to 4.6.0-3745 for branch: update-js-api originated from JS-API PR: 3746
* [ci:force][auto-commit] Update JS-API to 4.6.0-3771 for branch: update-js-api originated from JS-API PR: 3772
Co-authored-by: Travis CI User <travis@example.org>
* [AAE-5392] - Make search text input more configurable & add an event emitter to indicate the states of it
* Remove fdescribe
* Emit empty search term when the search gets cleared
* Emit the empty search term when the search gets collapsed by the Search icon
* Same onBlur, emit the empty search term
* Add unit tests for emitters resetting the search term
* Fix comments, use reset event emitter instead of emitting an empty search term
* Update documentation
* Revert reset to boolean
* Fix flaky unit test
* [AAE-5529] Include sorting params in the PeopleContentQueryRequestModel
* * Added unit tests to the recent changes on people content service
* * Fixed comment
* [AAE-4740] FE - [ADF] Destination picker it's not displaying my files folder if the destination Folder path is set to a folder part of trash
* * Added notification message
* * Fixed some comments
* * Rollbacl to preview changes
* * Added more unit tests
* * Removed MatDialogModule from test
* * Fixed comments