swapnil-verma-gl
9faea5c1e7
[ACA-4556] Copy/Move button is now disabled on the My Libraries Page in Copy/Move dialog ( #10402 )
...
* [ACA-4556] Copy/Move button is now disabled on the My Libraries Page in Copy/Move dialog
* [ACA-4556] Fix linting issue
* [ACA-4556] Added unit test
* [AC-4556] Addressed code review findings
2024-12-06 14:15:03 +05:30
Michaela Kröber
e6c2152add
AAE-28806 Consume-dynamic-Drop-Down-Radio-Button-form-variables ( #10442 )
...
* [AAE-28806] Enable form variables in REST for RadioButton
* [AAE-28806] Enable form variables in REST for Dropdown widget
* [AAE-28806] removed debugging information
* [AAE-28806] Removed code repitition
* [AAE-28806] Made fields readonly
* [AAE-28806] fixed pipeline
---------
Co-authored-by: Andreas Philippi <90837097+andrphilippi@users.noreply.github.com>
2024-12-05 16:10:55 +01:00
MichalKinas
bace3b9dcc
[ACS-9012] Add missing null check for truncate pipe ( #10461 )
2024-12-05 14:02:27 +01:00
Mykyta Maliarchuk
2b0100466a
[MNT-24657] Add multiple selection support for people widget ( #10458 )
...
* [MNT-24657] Add multiple selection support for people widget [ci:force]
* [MNT-24657] cr fixes
2024-12-05 14:01:16 +01:00
MichalKinas
60a9565c71
[ACS-9012] Add the option to truncate display value in text column ( #10440 )
...
* [ACS-9012] Add the option to truncate disaplay value in text column
* [ACS-9012] Use slice as substr is deprecated
* [ACS-9012] Remove redundant param
2024-12-05 09:55:24 +01:00
AleksanderSklorz
88eb654c30
[ACS-8918] search date filter changing between created and modified tabs slides the text inside the tabs too ( #10455 )
...
* [ACS-8918] Fix sliding text after changing tabs
* [ACS-8918] Unit tests
* [ACS-8918] Retrigger jobs
* [ACS-8918] Retrigger jobs
* [ACS-8918] Fixed failed job, fixed sonar, addressing PR comments
2024-12-05 08:26:35 +01:00
Diogo Bastos
70a38aecda
AAE-28454 Improve datatable actions display ( #10445 )
...
* AAE-28454 Improve datatable actions display
* AAE-28454 Improve datatable style
2024-12-04 11:43:44 +00:00
Amedeo Lepore
c92d34f2f8
AAE-29002 Allow to filter processes by parentId ( #10453 )
...
* AAE-29002 Allow to filter processes by parentId
* AAE-29002 Move payload tests under describe Payload
* AAE-29002 Set parentId as optional
2024-12-03 16:48:46 +01:00
Robert Duda
b3cef95199
Add process name to new API request body ( #10452 )
2024-12-03 09:08:56 +01:00
Tomasz Gnyp
23fe4d4486
AAE-27343 Listen to form rules changes from reactive widgets ( #10392 )
...
* AAE-27343 Listen to form rules changes from reactive widgets
* remove leftover
* apply interface for reactive widgets and unit test
* update readonly control status
* [ci:force][link-adf:fix/AAE-27343-listen-to-form-rules-changes-in-reactive-widgets]
2024-11-29 10:27:24 +01:00
Bartosz Sekula
7eb51ef58f
AAE-28801 Make "FormRulesManager.onDestroy$" available for derived classes ( #10441 )
2024-11-28 17:06:43 +01:00
AleksanderSklorz
bf58a190cf
[ACS-8999] rename confirmation button label for closing conversation dialog ( #10431 )
...
* [ACS-8999] Correct styles for buttons in unsaved changes dialog for different size of buttons, allowed to set maxWidth of unsaved changes dialog
* [ACS-8999] Unit tests
2024-11-28 10:44:29 +01:00
MichalKinas
de391a2a22
[ACS-9015] Context menu cell is not accessible via keyboard when it's displayed on hover ( #10438 )
2024-11-28 10:38:08 +01:00
Matthias Holzer
35543a634a
AAE-25664 Remove adf-testing lib ( #10389 )
...
* Remove adf-testing lib
* remove adf-testing references
* remove testing:bundle from CI workflows
2024-11-28 09:21:44 +01:00
Vito Albano
b09f4cacf9
Revert AAE-20794 - new websocket refactoring ( #10436 )
...
* Checking different way to build url
* Checking different way to build url
* Maybe
* Maybe
* Revert "AAE-20808 Fixed websocket protocol (#10433 )"
This reverts commit 48e9d56453b2908ab7dd1737b128aaf8b53b564c.
* Revert "AAE-20808 Adding support for ws protocol in websocket service (#10432 )"
This reverts commit 6723cd1802183489b7ce38925e4d3fed83edc374.
* Revert websocket
2024-11-27 18:06:08 +00:00
dominikiwanekhyland
5461bedb3e
[ACS-9010] Loading spinner is not shown on search results page when filtering for files or folders ( #10434 )
2024-11-27 18:41:49 +01:00
Ehsan Rezaei
48e9d56453
AAE-20808 Fixed websocket protocol ( #10433 )
...
* AAE-20808 Fixed websocket protocol
* AAE-20808 Removed comments
2024-11-26 20:47:17 +00:00
Ehsan Rezaei
6723cd1802
AAE-20808 Adding support for ws protocol in websocket service ( #10432 )
...
* AAE-20808 Adding support for ws protocol in websocket service
* AAE-20808 Fixed import
2024-11-26 14:20:33 +00:00
Jonas Wollweber
60da8634f2
AAE-20506 Rich Text Editor Visual Improvements ( #10385 )
...
* [AAE-20506] replace icon with material design icon
* [AAE-20506] fix size and position of 'change color' plugin's icon
* [AAE-20506] make sure material design's container does not define text color
2024-11-25 09:51:24 +01:00
Michaela Kröber
afc5830c31
AAE-10239 showRowContextMenu-datatable-action-called-multiple-times ( #10386 )
...
* [AAE-10239] use an action when the datatable component is loaded
* [AAE-10239] add test for disabled context menu
* [AAE-10239] fixed context menu for tree component
* [AAE-10239] added new test for disabled context menu
* [AAE-10239] fixed context menu for recent changes for tree component
* [AAE-10239] backward compatible approach
* [AAE-10239] no need to format the file
* [AAE-10239] reverted rename of method
* [AAE-10239] renamed file so you can find it better
2024-11-21 15:32:25 +01:00
Fabian Kindgen
7f41675d1c
AAE-10529 Find a better way to fix clipped icons ( #10366 )
...
* AAE-10529 Removed unused styling
* AAE-10529 Apply styling fixes related to ACA
2024-11-21 14:06:54 +01:00
Fabian Kindgen
7f07024fe3
[AAE-27113] Align edit assignee button correctly in process admin user task property editor ( #10371 )
...
* [AAE-27113] Align edit assignee button correctly in process admin user task property editor
* [AAE-27113] Adjusted text-overflow behavior to avoid overlap
2024-11-21 14:06:10 +01:00
Bartosz Sekula
5327181055
AAE-27328 Add process variables to the search for searching Tasks ( #10414 )
...
* AAE-27328 Add process variables to the search for searching Tasks
* fix after rebase
2024-11-21 13:20:16 +01:00
Bartosz Sekula
06ca9bf1da
AAE-25144 Process variables filters ( #10405 )
...
* AAE-25144 Implements process variables filters
* update
* fix lint
2024-11-21 12:55:22 +01:00
Robert Duda
fc9c82733c
AAE-25145 Sort process and task lists by process variables ( #10412 )
2024-11-21 12:24:33 +01:00
swapnil-verma-gl
356260b5d1
Post release version bump ( #10417 )
...
* Post release version bump
* Post release version bump
* Release notes and docs cleanup for v7.0.0-alpha.6
* Fixed js-api version in cli package.json
2024-11-21 16:30:58 +05:30
Ehsan Rezaei
38ccfa1377
AAE-20808 Switch to new graphql library ( #10390 )
...
* AAE-20808 Switch to new graphql library
* AAE-20808 Code refactoring
* AAE-20808 Fixed storybook build
2024-11-21 10:37:05 +00:00
swapnil-verma-gl
ac07a827fd
Release 7.0.0-alpha.6 ( #10415 )
...
* Release 7.0.0-alpha.6
* Revert package.json for adf-cli
2024-11-20 21:58:53 +05:30
Wiktor Danielewski
beaf86d987
AAE-28106 Make the header ( label + style ) optional with a checkbox [Preview/Runtime display] ( #10408 )
...
* AAE-28106 Update ContainerModel
* AAE-28106 Update HeaderWidgetComponent
* AAE-28106 Reorganize span element
* AAE-28106 Update tests
2024-11-20 16:50:52 +01:00
swapnil-verma-gl
b4516bc998
Release 7.0.0-alpha.5 package-lock.json ( #10413 )
...
* Release 7.0.0-alpha.5 package-lock.json
* Revert package-lock.json for adf-cli
* Revert common package-lock.json
* Fix @alfresco/js-api version in adf-cli
2024-11-20 19:22:37 +05:30
swapnil-verma-gl
056950ce6a
Release 7.0.0-alpha.5 ( #10411 )
2024-11-20 16:58:57 +05:30
Robert Duda
ab1b54531c
AAE-28584 Fix process tasks not showing after clicking in the list ( #10410 )
2024-11-20 11:26:15 +01:00
Robert Duda
b575d16e61
AAE-28529 Fix process list loading ( #10407 )
2024-11-19 13:09:43 +01:00
dominikiwanekhyland
3078387325
[ACS-8959] Introduce new takeUntilDestroyed
operator where possible ( #10388 )
2024-11-19 11:54:00 +01:00
Bartosz Sekula
3f6b60760f
AAE-28286 Clean redundant log ( #10406 )
2024-11-19 10:22:31 +01:00
AleksanderSklorz
cbb5f14473
[ACS-8994] the upload new version button is not disabled when clicked and the uploading starts ( #10391 )
...
* [ACS-8994] Disable upload button when new version is uploading
* [ACS-8994] Disable upload button when new version is uploading
2024-11-18 14:19:55 +01:00
MichalKinas
3adccc132e
[ACS-8991] Saved searches potential file conflict fix ( #10393 )
2024-11-18 13:14:42 +01:00
dominikiwanekhyland
472671bd50
[ACS-8921][ACA] Data Table / The input field in "Filter by Name" dialog is enormous in comparison with the UI design ( #10375 )
2024-11-14 10:31:43 +01:00
dominikiwanekhyland
412295306c
[ACS-8955] [ACA] Data Table / Column Pills Drag button is not centered horizontally ( #10384 )
2024-11-14 09:08:10 +01:00
Bartosz Sekula
0063d83044
AAE-28333 Fix search process variabels payload for new API ( #10387 )
...
* AAE-28333 Fix search process variabels payload for new API
* fix units
2024-11-13 11:36:04 +01:00
Tiago Salvado
9520b2a4e5
[MNT-24698] Concatenate aspect name to the title when there are duplicated aspect titles ( #10374 )
...
* [MNT-24698] Concatenate aspect name to title when there are duplicated titles
* [MNT-24698] Added validation to check if name should be concatenated
* [MNT-24698] Add unit test
* [MNT-24698] Distinguish aspect without title from other aspect with title equals to its name
2024-11-12 15:00:03 +00:00
Bartosz Sekula
3111008044
AAE-28286 Show process variables columns in datatable fix ( #10383 )
...
* AAE-28286 Show process variables columns in datatable fix
* fix lint
2024-11-12 14:03:20 +01:00
dominikiwanekhyland
278a5ee143
[ACS-8919] [ACA] Search / Advanced Search Facets / The borders of search facets thickens very slowly when clicked ( #10376 )
2024-11-12 09:52:15 +01:00
AleksanderSklorz
c48022daf4
[MNT-24689] the add user or group icon is displayed within the folder permissions for a user with the collaborator role ( #10373 )
...
* [MNT-24689] Hide disallowed options for permissions
* [MNT-24689] Used ng-container to wrap hidden buttons
* MNT-24689 Unit tests
* MNT-24689 Fixed sonar duplicated lines
* [MNT-24689] Fixed sonar duplicated lines
* [MNT-24689] Addressed comment
2024-11-08 12:16:08 +01:00
swapnil-verma-gl
35c8093706
[MNT-24614] Fixed APS basic auth login issue with ADF ( #10364 )
...
* [MNT-24614] Fixed APS basic auth login issue with ADF
* [MNT-24614] Addressed code review findings - Using includes api, and removed unneeded functions. Added missing return type to functions
* [MNT-24614] Added unit tests
* [MNT-24614] Added unit tests
* [MNT-24614] Fixed casing of unit test titles
2024-11-08 14:06:40 +05:30
MichalKinas
3ec3e732c0
[ACS-8634] Change saved searches config file name ( #10370 )
2024-11-08 07:37:30 +01:00
Diogo Bastos
3aabb9420d
AAE-27309 Update class ( #10372 )
2024-11-07 14:33:41 +00:00
dominikiwanekhyland
d06c829dac
[ACS-8916] [ACA] The calendar button in advanced search filters is placed too low in the date dialog ( #10369 )
2024-11-07 12:50:55 +01:00
Diogo Bastos
db22c6aac9
AAE-27309 Add selectable property to datatable row ( #10368 )
...
* AAE-27309 Add selectable property to datatable row
* AAE-27309 Update documentation
2024-11-06 13:39:18 +00:00
Mykyta Maliarchuk
258f01803c
[MNT-24496] ADW Integration with APS Improvements - Re-assign Tasks ( #10350 )
...
* [MNT-24496] ADW Integration with APS Improvements - Re-assign Tasks
* [MNT-24496] code improvements
* [MNT-24496] remove duplications
* [MNT-24496] add unit test
* [MNT-24496] cr fixes
* [MNT-24496] empty commit [ci:force]
* [MNT-24496] fix unit test
* [MNT-24496] empty commit [ci:force]
* [MNT-24496] cr fix
* [MNT-24496] remove redundant import
2024-11-06 10:48:40 +01:00