* [ACA-3304] FE - Add a drop down to select running application on start process component
* * Removed unwanted css
* * Added unit tests and updated docs
* * Fixed comments
* * Added way to test application dropdown in start-process
* * Fixed failing unit tests
* * Removed all option* Fixed failing e2e
* [AAE-2478] Keep long task title on one line with ellipsis
* [AAE-2478] Add tool tip to task title inside form
* [create preview]
* Update form.component.html
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* code fixes
* code fixes
* more code fixes
* even more fixes
* add missing typescript for cli
* rollback info drawer test changes
* use npx for cli commands
* restore attach providers
* [AAE-2200] content-node-selector-panel pass starting site and emit event onSiteChange
* [AAE-2200] content-node-selector handle siteChange event
* [AAE-2200] content-node-selector has good default title
* [AAE-2200] attach-file-widget-dialog handle siteChange event
* [AAE-2200] Minor fixes on attach-file-widget-dialog
* [AAE-2200] site-dropdown reload site list unfil it find its default site
* [AAE-2200] Fix title translation for attach-file-widget-dialog
* fix missing property description
* Unit test fix
* [AAE-2200] Fix title unit tests
* [AAE-2200] Fix sites-dropdown infinite loading
* [AAE-2200] Add content-node-selector-panel siteChange event unit tests
* [AAE-2200] Refactor sites-dropdown unit tests
* [AAE-2200] Refactor the 'allSitesLoaded' check
* [AAE-2200] Add sites-dorpdown default value unit tests
* [AAE-2200] Move getSiteFromNodePath method to sites service
* [create preview]
* [create preview]
* [AAE-2200] Better hasMoreItems check in sites-dropdown (fix unit test)
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Cano <david.cano.nieto@gmail.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* [ACA-3245] Fetch alfresco repo name from an API
* [ACA-3245] Take the repo name from the API only when it is not defined in the app config
* [ACA-3245] Remo alfresco-1 as default in app.config service
* [ACA-3245] Remove passing null argument when calling getRepositories function
* [ACA-3245] Revert removing function parameter includeAccounts
* [ACA-3245] Add tenantId as optional
* [ACA-3245] Revert method
* [ACA-3245] Change both parameters to optional
* [ACA-3245] Rename param
* [DW-1669] - Added new api call for creating and starting a process instance
* [DW-1669] - fixed linting
* [DW-1669] - fixed process default issue
* [DW-1669] - fixed problem on start process cloud
* [DW-1669] - removed check on valid form as it might interact with the correct behaviour
* [DW-1669] - added a small delay before pressing start as a debounce time was added and the click on start is too fast
* [DW-1669] - added a small delay before pressing start as a debounce time was added and the click on start is too fast
* [DW-1669] - removed wrong fdescribe
* [DW-1669] - added a small delay before pressing start as a debounce time was added and the click on start is too fast
* [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
* New regex validator for process name for checking if there is a space character as the first or the las one in the name.
* Added 2 new error messages for process name: Required and Pattern(no space in the beginning or the end). Changed the disabled start process button validation function.
* Unit test to disable the start button if the pattern validator for process name is raised.
* Added 2 new error messages for process start
* changed the label from the label name and type to always floating and switched the position of them.
* fix the double space issue
* added unit tests & created and used custom theme for scss
* added custom theme for start-process component
* removed the styleurl
* changet mat_get to mat-color
* update for travis
* AAE-1945 - start adding test form rendering for task-details
* Added last unit test for AAE-1945
* AAE-1945 - removed wrong fdescribe
* AAE-1945 - fixed whitespace
* AAE-1945 - fixed wrong promise errored
* AAE-1945 - fixed failing unit test
* * Added unit tests to the about-github-link component.
* Removed unused css
* * Added unit tests to the about module and prodcut-version components
* * Automated about page
* * Fixed comments
* * FIxed failing unit tests on attach-file-widget component.
* * After rebase
* ADF-5074 Scrollable non-multiline and full display for multiline
* ADF-5074 Refactor template
* ADF-5074 Scrollbar displayed only on overflow
* ADF-5074 adf-textitem-ellipsis is now replaced by adf-textitem-scroll
* ADF-5074 Scrollable non-multiline and full display for multiline
* ADF-5074 Refactor template
* ADF-5074 Scrollbar displayed only on overflow
* ADF-5074 adf-textitem-ellipsis is now replaced by adf-textitem-scroll
* tests cleanup
* cleanup search control tests
* EmptyContentComponent tests
* fix names
* search filter category test
* task list test and code polish
* process list tests and cleanup
* extra task-list tests
* extra start-task tests
* code cleanup
* ADF-1653 - disabled download for external content
* ADF-1653 - ADF-1651 - disabled download for external source and added download for same login content
* ADF-1653 - using downloadService instead of contentService
* improve solution
* improve solution
* fix unit
* add more unti test
* fix lint
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* firt version groupo component widget
* fix group
* fix compilation issue
* fix compilation issue
* fix compilation issue
* fix compilation issue
* fix problem update script
* multiple browser ps cloud
* add field assignment
* add field in form model
* no need subobject we need an issue to refactor the field model
* no need subobject we need an issue to refactor the field model
* fix unit test
* remove title modify
* revert
* fix lint
* exclude AAE-1179
* exclude tooltip e2e