Denys Vuika
347e64fd91
Pre-Angular upgrade fixes ( #5709 )
...
* 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
2020-05-18 14:02:15 +01:00
Denys Vuika
f6801b1997
[ADF-5106] fix stencil registration ( #5694 )
...
* customize services on the module level
* improved service registration
2020-05-13 19:31:49 +01:00
siva kumar
2b7943919d
[ADF-5103] FE - Process/task filter - Backporting the components styles to ADF ( #5614 )
...
* * New Filters style
* * Improved css
* * Fixed wrong css selector
* * Fixed failing unit tests
* * Fixed failing tests
ests
* * FIXED E2E PROCESS-SERVICE TESTS
* * Fixed failing e2e
* * FIxed process-service cloud e2e
* * Removed xpath locator
* * New Filters style
* * Improved css
2020-05-13 14:43:05 +01:00
Silviu Popa
171089d1d6
[ACA-3273] - fix start process empty message ( #5689 )
...
* [ACA-3273] - fix start process empty message
* revert licenses changes
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
2020-05-13 01:17:48 +01:00
Vito
f5fe125c9e
[AAE-2557] - fixed variable mapping on start process ( #5680 )
...
* [AAE-2557] - fixed variable mapping on start process
* [AAE-2557] - fix for randomly failing e2e
* run
* uopdate process
* fix unit
* increase timeout
* Update edit-process-filter-cloud-component.page.ts
* [AAE-2557] - removed trailing whitespaces
* create only if change processes
* [create preview]
* trigger build
* [AAE-2557] - correct all filter on process filter selection
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-05-12 20:35:45 +01:00
Alfresco Build User
fa1e691bd2
Update JS-API packages version 3.8.0 ( #5670 )
...
* Update JS-API packages version 3.8.0-beta10
* bump 3.8.0
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
2020-05-04 17:01:54 +01:00
davidcanonieto
01c0f53b18
[ADF-5134] REGRESSION - Fix People and Group Components firing twice ( #5666 )
2020-05-03 12:53:04 +01:00
Gloria Broadbent
db7fedcf5e
ALL 16 LANGUAGES - fix for LOC-212 - updated localised files for ADF 3.8 ( #5662 )
2020-05-01 11:23:08 +01:00
dhrn
7d2af84a58
[AAE-2505] [PS cloud] Should not allow to start the process if is not created ( #5659 )
...
* * fixed bug
* * cherry pick
2020-05-01 09:40:40 +01:00
Vito
1430314815
[ACA-3229] - fixed error on start process cloud when all the value a… ( #5660 )
...
* [ACA-3229] - fixed error on start process cloud when all the value are selected by default
* Update start-process-cloud.component.ts
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-04-30 22:55:24 +01:00
Mark Hulbert
d5b18cf4ff
[ADF-5132] Review UI strings ( #5649 )
2020-04-28 16:52:33 +01:00
Mercy Chrysolite
f03592f230
[AAE-2020] Add release version filter for process instances ( #5581 )
...
* [AAE-2020] Add release version filter for process instances
* Updated unit tests
* Updated unit test case
* Added translation key
2020-04-27 00:10:48 +01:00
davidcanonieto
8f68899ce0
[ADF-4900] Card View and Metadata Components refactoring ( #5592 )
...
* [ADF-4900] Card View and Metadata Components refactoring
* CSS linting
* Unit test excluded
* Rebase branch
* Fix unit tests
* Fix linting
* Fix e2e tests
* Fix 2e2 tests
* Fix process-services e2e tests
* More fixes
* Fix more e2e tests
* Fix unit test
* Improve flaky unit test
* Fix process services e2e tests
* Update Process Header Cloud Page
* Fix linting
* Fix timing issue
* Lintintg
* Fix selectors
* Fix e2e tests
* Fix timing issue
* Fix C260328
* Fix spellcheck
* save screenshot
* performance issue
* Fix unit tests and e2e tests
* fix e2e
* refactoring
* fix lint
* fix e2e
* Fix C309698
* fix other e2e
* fix lint
* increase timeout
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
2020-04-27 00:09:52 +01:00
Urse Daniel
ebfeb053ce
[AAE-2321] Should not be able to start a process with space(s) in the beginning/end of process name (Process Services Cloud) ( #5639 )
...
* Changed the validator for process name - added a new regex that restricts having space(s) in the beginning/end of the name.
* Added new error message for whitespace regex.
* 1 new error message for whitespace
* Unit test for whitespace restriction (process name)
2020-04-26 11:14:36 +01:00
Vito
d0f58600bc
[DW-1669] [ADF-5107]- Added new api call for creating and starting a process in… ( #5602 )
...
* [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
2020-04-24 14:27:31 +01:00
davidcanonieto
86d6ecb49e
[ADF-5120] Fix initialization error of PS cloud Services ( #5634 )
2020-04-23 17:59:44 +01:00
Denys Vuika
122bd9face
[ADF-5106] allow to redefine form widgets (APS 1.x and cloud) ( #5601 )
...
* create failing test
* fix form and start form widget registration
* update cloud form
2020-04-21 15:47:09 +01:00
arditdomi
af7eb53251
[ACA-3080] Remove selecting first filter by default when no defaults … ( #5619 )
...
* [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
2020-04-21 15:46:44 +01:00
Urse Daniel
7b37bb8a90
[ACA-3020] Start process on process cloud updated the labels (always floating) ( #5603 )
...
* unit tests for always floating labels. updated the styling to match the UX. created a new theme.
* update travis
2020-04-20 23:28:23 +01:00
Eugenio Romano
ecca9220f1
Review Documentation and tools doc ( #5600 )
...
* add exclude files property
* remove Unknown
* fix reviewer
* Update reviewChecker.js
* Update docs/README.md
Co-Authored-By: Mark Hulbert <39801222+m-hulbert@users.noreply.github.com>
Co-authored-by: Mark Hulbert <39801222+m-hulbert@users.noreply.github.com>
2020-04-09 11:55:33 +01:00
dhrn
e06f871d73
[AAE-2202] Not able to search for files ( #5569 )
...
* [AAE-2202] Not able to search for files
* * fixd test
* * fixed panel test
* * fixed files search options
* * added docs
2020-03-31 11:36:35 +01:00
arditdomi
6564ef256e
[ACA-2956] Add event emitter when processDefinition selection changes (for both APS and CLOUD) ( #5579 )
2020-03-31 09:50:51 +01:00
siva kumar
666dd45fa2
[AAE-1725] ADF Task filters - default filters should be recreated when they all get deleted. ( #5551 )
2020-03-23 10:59:30 +00:00
Eugenio Romano
94f4b69b76
enforce types for forms cloud ( #5371 )
...
* enforce right type form cloud
* remove missing import
* fix selector
2020-03-20 21:33:43 +00:00
dhrn
d720d36670
[ADF-4522] Metadata value is not rolled back upon error ( #5550 )
...
* * initial commit
* * removed breaking change
* * fixed ts
* * fixed minor changes
* * fixed changes
* * minor changes
* * fixed unit test
* * docs added
* * fixed date clear problem
* * fixed unit test
2020-03-17 10:47:08 +00:00
dhrn
acd9a33550
[AAE-1923] Multilingual form unit test ( #5542 )
...
* ps cloud translation fixed
* included only for form cloud
2020-03-16 11:05:52 +00:00
dhrn
9599d834b0
[AAE-1953] Claim Reclaim Task AAE E2E ( #5529 )
...
* [AAE-1953] Claim Reclaim Task AAE E2E
* * fixed linting and fixed changes
2020-03-06 13:44:50 +00:00
Eugenio Romano
a70883378a
[AAE-2107] Move e2e to Unit test ( #5535 )
...
* [AAE-2107] Move e2e to Unit test
* * fixed namings
* * more unit test added
* * minor changes
2020-03-05 16:47:59 +00:00
dhrn
5d408025b0
[AAE-1949] Form Attach File Widget AAE unit test ( #5527 )
...
* [AAE-1949] Form Attach File Widget AAE unit test
* [AAE-1949] Form Attach File Widget AAE unit test
* * fixed type
* * fixed second upload
* * fixed second upload
2020-03-02 17:57:17 +00:00
Denys Vuika
a9b49a1eb7
[AAE-1883] document list preset unit tests ( #5519 )
...
* document list preset unit tests
* remove useless tests
* remove useless tests
* remove even more garbage
* remove junk
2020-02-28 13:26:01 +00:00
dhrn
b5d443f2a8
[AAE-1950] and [AAE-1882] more unit test ( #5521 )
...
* [AAE-1882] Custom action unit test
* [AAE-1950] Filter E2E Community Unit test
2020-02-28 10:54:31 +00:00
arditdomi
56474bc96e
[AAE-1975] Add no results template when searching in People/Group clo… ( #5479 )
...
* [AAE-1975] Add no results template when searching in People/Group cloud component
* [AAE-1975] Add timeout for check no results e2e method
* [AAE-1975] Adapt unit tests, add no results checks
* [AAE-1975] Fix styling, remove error icon and red colour
* [AAE-1975] Remove timeout
2020-02-24 15:37:55 +00:00
Eugenio Romano
2d0b571875
remove not needed spaces ( #5495 )
...
* remove not usefull spaces
* increase timeout
* increase timeout
* fix
2020-02-23 17:00:16 +00:00
Eugenio Romano
1847768b56
[AAE-1848] fix kebab case files and add tlsint rule ( #5481 )
...
* fix kebab case files and add tlsint rule
* headless
* m 2 in e2e
* download file in headless chrome
* fix budget
* fix import
* fix import
2020-02-20 21:08:42 +00:00
dhrn
a256a6b7d5
[AAE-1952] Task › Edit task filters › Actions E2E Unit test ( #5492 )
...
* [AAE-1952] Task › Edit task filters › Actions E2E Unit test
* fixed error
2020-02-20 12:32:35 +00:00
Denys Vuika
a0926a38d8
Minor code and style fixes ( #5398 )
...
* type fixes
* import fixes
* fix typos
* fix warning for private props that init in ctor only
* typing fixes
* typing fixes
* style cleanup
* fix test template
2020-02-09 22:03:32 +00:00
Eugenio Romano
3896ce2472
bump 3.7.0
2020-02-06 13:36:24 +00:00
Maurizio Vitale
bab4906632
[AAE-1539] People/Group - Add a formControl for the chip field ( #5445 )
...
* Add a formControl for the chip component
* on search reset the error and trim later on
2020-02-04 16:53:37 +00:00
Denys Vuika
bd3957dcee
[ADF-5065] people and group picker tests, clean code ( #5442 )
...
* cleanup component types
* more readable tests
* clean code
* C291998: render preselected people
* clean code
* extra tests and clean code
* fix test after rebase
2020-02-03 15:10:17 +00:00
arditdomi
d9e0847b18
[AAE-1594][AAE-1631] Fix not able to search for specific users, valid… ( #5429 )
...
* [AAE-1594][AAE-1631] Fix not able to search for specific users, validation not working for partial username
* [AAE-1594][AAE-1631] Fix unit tests
* [AAE-1594] Refactor comparing preselcted user with keycloak user, add unit tests for search
* [AAE-1594] Add missing undefined check
* [AAE-1594] Ignore blank space user/groups search
2020-02-03 10:15:18 +00:00
Gloria Broadbent
80ae09d06a
ALL LANGUAGES: Fully localised updated files for ADF 3.7 to fix LOC-187 ( #5428 )
2020-01-30 11:57:36 +00:00
Eugenio Romano
c9d16dc9ca
[AAE-1360] Remove DELETED status from process instances filter dropdown ( #5423 )
...
* remove not needed status
* fix unit
* Update app.config.json
2020-01-29 20:52:48 +00:00
Eugenio Romano
5d28a162c2
fix preselect user check ( #5420 )
2020-01-29 19:59:29 +00:00
Eugenio Romano
2434d9a09c
fix image asset
2020-01-29 18:05:03 +00:00
arditdomi
95c7074d65
[AAE-1594] Fix partial group name of a valid group should not be valid, fix form-cloud able to search when people/group widget is readonly ( #5417 )
2020-01-29 09:23:03 +00:00
arditdomi
2e71bc6e27
[AAE-1532] Fix typing fast in search with roles gives wrong results in people/group cloud ( #5418 )
2020-01-29 09:17:51 +00:00
Eugenio Romano
e70b977a71
review documentation ( #5407 )
2020-01-28 18:06:25 +00:00
arditdomi
80f805801f
[AAE-1562] Fix should not be able to search already selected user ( #5414 )
2020-01-28 17:54:01 +00:00
arditdomi
0ae55ba590
[AAE-1602][AAE-1594] Fix duplicated users issue when validation enabl… ( #5413 )
...
* [AAE-1602][AAE-1594] Fix duplicated users issue when validation enabled, fix partial username should not return a valid user
* [AAE-1602][AAE-1594] Fix removing incorrect invalid user/group when name or id matches
2020-01-28 15:05:26 +00:00
Mark Hulbert
1bfead2cd3
[ADF-5048] Review UI strings ( #5406 )
2020-01-27 13:12:55 +01:00