74 Commits
Author SHA1 Message Date
AleksanderSklorz d64d076e80 [MNT-25876][ACS-12622] folders marked as favorites incorrectly redirects to personal files instead of repository (#5380)
* [MNT-25876] Redirected when clicking favorited repository folders to repository

* [MNT-25876] Unit tests

* [MNT-25876] Unit tests
2026-09-07 14:34:51 +02:00
AleksanderSklorz 1d53540101 [PRODSEC-14047] fix brace expansion do s via unbounded intermediate arrays bypassing the CVE 2026 14257 mitigation (#5359)
* [PRODSEC-14047] Override brace-expansion

* [PRODSEC-14047] Upgraded nx to fix brace-expansion vulnerability
2026-09-01 12:48:13 +02:00
AleksanderSklorz 4275cd3b23 [ACS-12390] Fix overlapped search input after resizing (#5335) 2026-08-13 11:17:52 +02:00
AleksanderSklorz 34c7181c69 [ACS-11879] Used container elevation shadow instead of box shadow none (#5264) 2026-07-02 11:10:49 +02:00
AleksanderSklorzandg-jaskowski 745cd14024 [ACS-11306] upgrade frontend to angular 20 (#5122)
* [ACS-11306] Upgrade Angular to 20 version

* [ACS-11306] Reverted unwanted changes

* [ACS-11306] Reverted unwanted changes

* [ACS-11306] Reverted unwanted changes

* [ACS-11306] Upgrade ngrx to 20 version

* [ACS-11306] Updated eslintrc

* [ACS-11306] Added replacement for quotes related eslint rule

* [ACS-11306] Fixed eslint issues related with unused error and optional chaining

* [ACS-11306] Corrected versions in projects

* [ACS-11306] Fixed unit tests

* [ACS-11306] Updated stylelint version

* [link-adf:chore/ng20][ACS-11306] Test

* [link-adf:chore/ng20][ACS-11306] Changed tsconfig

* [link-adf:chore/ng20][ACS-11306] Test

* [link-adf:chore/ng20][ACS-11306] Test

* [link-adf:chore/ng20][ACS-11306] Removed redundant line from tsconfig

* [link-adf:chore/ng20][ACS-11306] Updated package-lock.json

* [link-adf:chore/ng20][ACS-11306] Fixed stylelint issue

* [link-adf:chore/ng20] [ACS-11306] Fix colors of text button, dialog text, form field placeholder and button styling

* [link-adf:chore/ng20] [ACS-11306] Fix create from template dialog confirm button color

* [link-adf:chore/ng20] [ACS-11306] Fix add permission dialog button colors

* [link-adf:chore/ng20] [ACS-11306] Fix login error icon color and alignment

* [link-adf:chore/ng20][ACS-11306] Updated package-lock.json

* [ACS-11306] Update package.json to use ADF with Angular 20

---------

Co-authored-by: g-jaskowski <grzegorz.jaskowski@hyland.com>
2026-06-26 10:57:31 +02:00
AleksanderSklorz 2a49de437f [ACS-12014] Made toolbar non transparent for crop mode in image viewer (#5227)
* [ACS-12014] Made toolbar non transparent for crop mode in image viewer

* [ACS-12014] Addressed copilot comment
2026-06-15 10:51:37 +02:00
AleksanderSklorz ce024096ea [ACS-11350] Fixed focusing after collapsing sidenav menu (#5168)
* [ACS-11350] Fixed focusing after collapsing sidenav menu

* [ACS-11350] Addressed copilot comments

* [ACS-11350] Addressed copilot comments

* [ACS-11350] Addressed copilot comments
2026-04-24 13:11:20 +02:00
AleksanderSklorz 7f05fc510c Post release version bump (#5165) 2026-04-22 10:57:58 +02:00
AleksanderSklorz 62693df0e0 Release 7.4.1 (#5162) 2026-04-21 14:28:43 +02:00
AleksanderSklorz 51a4b685fb Release 7.4.0 (#5161) 2026-04-21 13:28:08 +02:00
AleksanderSklorz 89a42b3de5 [ACS-11417] lint enable angular eslint prefer inject rule default in ng20 for alfresco apps (#5111)
* [ACS-11417] Enable inject prefer eslint rule

* [ACS-11417] Added eslint rule for prefer readonly

* [ACS-11417] Fixed unit tests

* [ACS-11417] Addressed copilot comments
2026-03-25 08:45:32 +01:00
AleksanderSklorz a63664f319 [ACS-11213] Reverted ngx translate upgrade (#5068)
* [ACS-11213] Reverted ngx translate upgrade

* [ACS-11213] Reverted ngx translate upgrade
2026-02-28 00:22:59 +01:00
AleksanderSklorz 2d2347c1ab [ACS-11153] remove the usage of ng reflect from the unit tests (#5057)
* [ACS-11153] Removed usages of ng-reflect attribute

* [ACS-11153] Added eslint rule to prevent using ng-reflect

* [ACS-11153] Fixed copilot suggestio

* [ACS-11153] Fixed copilot suggestio
2026-02-20 15:41:40 +01:00
AleksanderSklorz 3bb00fe222 [MNT-25123] Addded scss variables (#5039) 2026-02-10 13:25:34 +01:00
AleksanderSklorz 8eabf2ffcf [ACS-10233] Corrected headings structure on profile page (#5020) 2026-01-30 12:22:35 +01:00
AleksanderSklorz 7d0133af35 [ACS-10309] screen reader personal files new process dialog does not announce any semantics (#5008)
* [ACS-10309] Fixed reading for screen reader for save search dialog

* [ACS-10309] Unit tests
2026-01-26 11:02:49 +01:00
AleksanderSklorz bf932aea08 [ACS-10282] screen reader personal files perform actions empty state not announced by screen reader (#4932)
* [ACS-10282] Fixed error reading for action field in folder rules when it is empty by screen reader

* [ACS-10282] Unit test
2025-12-10 14:33:10 +01:00
AleksanderSklorz b54e42cce2 [MNT-25276] sorting using sorting key configuration is not correctly saved in localstorage (#4905)
* [MNT-25276] Fixed sorting when column key is different than sortingKey

* [MNT-25276] Unit tests
2025-11-28 10:06:18 +01:00
AleksanderSklorz 964d2e8cea [ACS-10222] Fixed reaching visibility dropdown for libraries using Tab key (#4897) 2025-11-20 15:23:38 +01:00
AleksanderSklorzandAdam Świderski 9d3c80ffee [MNT-25411] Fix clearing filters when search input is empty (#4878)
* [MNT-25411] Fix clearing filters when search input is empty

* [MNT-25411] Fixed unit test

* [MNT-25411] Fixed unit test

* [MNT-25411] XAT-5589 fix

* [MNT-24511] fixes for XAT-5581 and XAT-5546 excluded

---------

Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
2025-11-04 10:51:02 +01:00
AleksanderSklorz cd330c290d [ACS-10290] sr personal files my profile page input fields have no associated label (#4871)
* [ACS-10290] Fix association job title field with label

* [ACS-10290] Fixed association between fields and labels on profile page
2025-10-28 08:33:01 +01:00
AleksanderSklorz 166bee2e1a [ACS-10295] Fixed reading invalid input errors on profile page by screen reader (#4860) 2025-10-23 10:03:13 +02:00
AleksanderSklorz ce1ba495e3 [ACS-10238] Fixed screen reading for search clear input and save search close dialog icons (#4836) 2025-10-09 12:47:20 +02:00
AleksanderSklorz 59237a22d5 [ACS-10214] Fixed navigation for go to personal files button on profile page (#4828) 2025-10-07 08:05:43 +02:00
AleksanderSklorz 296789da22 [ACS-10124] Fix Change this action to not use user-controlled data directly in a run block sonar issue (#4810)
* [ACS-10124] Fix Change this action to not use user-controlled data directly in a run block sonar issue

* [ACS-10124] Corrected typo
2025-09-25 10:50:08 +02:00
AleksanderSklorz 0407c236c4 [ACS-10124] jobs after merge are failing (#4809)
* [ACS-10124] Use commit hash instead commit tag

* [ACS-10124] Added comments with tags
2025-09-25 08:17:03 +02:00
AleksanderSklorz f07cf7999c [ACS-9907] create store selector with current acs version (#4723)
* [ACS-9907] Implemented selector for getting current ACS version

* [ACS-9907] Little change

* [ACS-9907] Little change
2025-08-01 09:39:38 +02:00
AleksanderSklorz fa31a2d1a5 [AAE-36173] fix upstream (#4645)
* [AAE-36173] fix upstream

* [AAE-36173] Exclude test

* [AAE-36173] Exclude test
2025-07-01 11:21:52 +02:00
AleksanderSklorz 8e243db88d [MNT-25175] Display script name for folder rule (#4637)
* [MNT-25175] Display script name for folder rule

* [MNT-25175] Fixed e2e

* [MNT-25175] Exclude e2e tests

* [MNT-25175] Exclude e2e tests
2025-07-01 08:01:36 +02:00
AleksanderSklorz 3a51c19bc6 [MNT-24923] legal hold hold capabilities are not verified properly (#4616)
* [MNT-24923] Added possibility to configure readonly for metadata sidebar by json config

* [MNT-24923] Unit tests

* [MNT-24923] Fixed sonar issues
2025-06-12 14:30:11 +02:00
AleksanderSklorz 4af199fde3 [ACS-9601] Fixed cut reference image (#4562) 2025-05-12 15:37:40 +02:00
AleksanderSklorz 2be3b94077 [ACS-9546] knowledge retrieval question is repeated when new question is asked (#4555)
* [ACS-9546] Fixed repeating displayed question for knowledge retrieval

* [ACS-9546] Fixed not displayed border around answer

* [ACS-9546] Unit tests
2025-05-08 15:23:57 +02:00
AleksanderSklorz f201760ba2 [ACS-9535] open links inside strings in md format as separated browser tab (#4521)
* [ACS-9535] Opening embedded links in MD formatted answer as new tab

* [ACS-9535] Unit tests for marked options
2025-04-18 08:03:20 +02:00
AleksanderSklorz de9b74619d [ACS-9427] Fix for linking with ADF (#4507) 2025-04-07 11:00:20 +02:00
AleksanderSklorz 6a3c888f18 [ACS-9427] support md format of response for knowledge retrieval (#4502)
* [ACS-9427] Added library for markdown format

* [ACS-9427] Display tooltip with mermaid source code and preprocess markdown format

* [ACS-9427] Rendering mathematical formulas

* [ACS-9427] Styling tables

* [ACS-9427] Added support for programming code language in MD

* [ACS-9427] Fixed existing unit tests for search ai results component

* [ACS-9427] Unit tests for markdown data and rendering of markdown

* [ACS-9427] Unit tests for markdown containing mermaid and latex blocks

* [ACS-9427] Reverted unwanted change

* [ACS-9427] Fixed Sonar issues for regex

* [ACS-9427] Fixed Sonar issues for regex

* [ACS-9427] Fixed Sonar issues for regex

* [ACS-9427] Fixed Sonar issues for regex

* [ACS-9427] Fixed unit test

* [ACS-9427] Fixed unit test

* [ACS-9427] Fixed unit test
2025-04-07 08:10:20 +02:00
AleksanderSklorz 4e37f194ac [ACS-9225] serious a11y testing side bar elements must meet minimum color contrast ratio thresholds (#4425)
* [ACS-9225] Fixed color contrast ratio for sidebar elements

* [ACS-9225] Fixed color contrast ratio for sidebar elements
2025-03-03 11:09:10 +01:00
AleksanderSklorz 0696ce82ba [ACS-9344] change permissions error message for opening records management library (#4414)
* [ACS-9344] Changed error messages

* [ACS-9344] Unit tests

* [ACS-9344] Fixed unit test
2025-02-27 08:05:44 +01:00
AleksanderSklorz c799049790 [ACS-8782] list of frozen files under a hold (#4406)
* [ACS-8782] Exported content management service and hide drag and drop hint when files can not be uploaded

* [ACS-8782] Unit tests

* [ACS-8782] Fixed unit test issues

* [ACS-8782] Fixed unit test issues
2025-02-20 14:12:07 +01:00
AleksanderSklorz 0286d08b63 Post release version bump (#4357) 2025-01-27 13:15:30 +01:00
AleksanderSklorz fa7eac8320 Release 5.3.0 (#4354) 2025-01-27 10:53:34 +01:00
AleksanderSklorz 72e740502e [ACS-6486] in breadcrumb the file title is not updating after editing (#4337)
* [ACS-6486] Update breadcrumb when file name is changed on details page

* [ACS-6486] Added unit tests

* [ACS-6486] Made injected services as readonly
2025-01-15 15:42:34 +01:00
AleksanderSklorz 6734da9825 [ACS-8999] rename confirmation button label for closing conversation dialog (#4261)
* [ACS-8999] Renamed confirmation button label for closing conversation dialog in AI results page

* [ACS-8999] Unit tests, set maxWidth
2024-11-28 12:30:07 +01:00
AleksanderSklorz d25c08a2c5 [ACS-8807] Fixed answer formatting (#4209) 2024-10-30 10:26:26 +01:00
AleksanderSklorz e743a38117 [ACS-8769] Removed mocked avatars and replaced with loading them from backend (#4207) 2024-10-28 09:04:26 +01:00
AleksanderSklorz b9213f345c [MNT-24660] Updated documentation (#4187)
* MNT-24660 Updated documentation

* MNT-24660 Updated documentation
2024-10-22 10:21:50 +02:00
AleksanderSklorz dfa155df03 [MNT-24660] version list action cannot be disabled using app conf (#4182)
* MNT-24660 Fixed config settings for version manager

* MNT-24660 Unit tests

* MNT-24660 Added possibility to hide and show delete version option

* MNT-24660 Property to show or hide version actions

* MNT-24660 Added more tests, updated documentation

* MNT-24660 Additional documentation

* MNT-24660 Additional fixes

* MNT-24660 Reverted not wanted change

* MNT-24660 Reverted not wanted change
2024-10-21 23:27:48 +02:00
AleksanderSklorz 0fb9f9ebe3 [ACS-8398] unit tests part 3 (#4163)
* ACS-8398 Unit tests for search ai effects

* ACS-8398 Unit tests for canDisplayKnowledgeRetrievalButton rule

* ACS-8398 Unit tests for changes in document base page

* ACS-8398 Added unit tests for changes in recent files component

* ACS-8398 Unit tests for changes in lists pages

* ACS-8398 Moved variable to inside of describe

* ACS-8398 Moved repeated code to function

* ACS-8398 Reverted one change

* ACS-8398 Fix after rebase

* ACS-8398 Fix issue with repeated code

* ACS-8398 Fix issue with repeated code

* ACS-8398 Fixed unit tests

* ACS-8398 Fixed unit tests

* ACS-8398 Trigger job
2024-10-07 13:50:01 +02:00
AleksanderSklorz 01f0deb839 [ACS-8784] Fixed references layout (#4157) 2024-10-02 08:40:52 +02:00
AleksanderSklorz a93722bea6 [ACS-8833] Displaying error page when there is no selected nodes (#4142) 2024-09-27 09:49:47 +02:00
AleksanderSklorz 8525aa34d8 [ACS-8816] Removed unused feedback buttons (#4138) 2024-09-24 15:16:30 +02:00
AleksanderSklorz 60a4abaa55 [ACS-5483] Renamed css class (#3638) 2024-02-15 13:44:01 +01:00
AleksanderSklorzandAkash Rathod 91cdb1a9d1 [ACS-5133] view details button is inactive in expanded view (#3603)
* ACS-5133 Allow to click View Details button in expanded view

* ACS-5133 Unit tests for returning to previous page when info drawer becomes closed

* ACS-5133 Unit tests for changes in expandInfoDrawer effect

* ACS-5133 Fix after rebase

* ACS-5133 Fix

* ACS-5133 Use first instead of filter

* ACS-5133 Fix e2e

* ACS-5133 Trigger jobs

---------

Co-authored-by: Akash Rathod <41251473+akashrathod28@users.noreply.github.com>
2024-01-21 20:11:36 +01:00
AleksanderSklorz c67801963d ACS-6212 Corrected color for warning (#3589) 2024-01-09 10:16:17 -05:00
AleksanderSklorzandakash.rathod@hyland.com 68ee86010a [ACS-6323] dynamic content list changing columns order with drag drop (#3557)
* ACS-6323 Allow to drag and drop name column

* ACS-6323 Made rest columns in personal files as draggable

* ACS-6323 Enabled dragging columns for rest of lists

* ACS-6323 Small correction

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Revert change

* e2e test fix

* e2e test fix

---------

Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
2023-12-11 12:04:50 +01:00
AleksanderSklorz 2c69887e08 [ACS-6252] support disabling the tags and categories feature in the applications (#3533)
* ACS-6252 Allow to hide tags and categories from metadata panel and to hide tags column from personal files

* ACS-6252 Allow to hide tags column from all other lists

* ACS-6252 Allow to hide tags and categories from search filters

* ACS-6252 Set type for search field

* ACS-6252 Hide displaying tags and categories related operators, properties and aspects in folder rules when that feature is disabled

* ACS-6252 Get from service information if tags and categories are disabled

* ACS-6252 Handled case when tags and categories configuration is missing in app.config.json

* ACS-6252 Unit tests for changes for RuleActionUiComponent

* ACS-6252 Unit tests for changes for RuleSimpleConditionUiComponent

* ACS-6252 Unit tests for changes for MetadataTabComponent

* ACS-6252 Unit tests for changes for app rules

* ACS-6252 Unit tests for changes for AppExtensionService

* ACS-6252 Removed redundant private from constructor parameter and corrected unit test title

* ACS-6252 Hide link to category action if categories feature is disabled

* ACS-6252 Move to beforeEach
2023-11-28 14:09:00 +01:00
AleksanderSklorzandakash.rathod@hyland.com 7ae335c3d2 [ACS-5647] rework template of library metadata form component (#3487)
* ACS-5647 Removed template for view mode and used template for edit mode instead

* ACS-5647 Fixed auto focus for name field

* ACS-5647 Reverted data automation id

* ACS-5647 Corrected unit tests

* e2e fix for library details

---------

Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
2023-10-24 22:29:59 +02:00
AleksanderSklorz 686e6c9dbb [ACS-6085] user is not prevented from renaming library to name containing only spaces (#3476)
* ACS-6085 Prevent user from renaming library to name containing only spaces

* ACS-6085 Trimmed value

* ACS-6085 Unit tests for titleErrorTranslationKey and update function

* ACS-6085 Unit tests

* ACS-6085 Removed redundant code

* ACS-6085 Set type for validateEmptyName function

* ACS-6085 Rename error translation key for required error

* ACS-6085 Empty commit
2023-10-16 23:29:19 +02:00
AleksanderSklorz bc98af0968 [ACS-6078] Fixed layout for create from template component (#3467)
* ACS-6078 Fixed layout for create from template component

* ACS-6078 Added selector

* ACS-6078 Custom class instead of mat class

* ACS-6078 Used component selector

* ACS-6078 Removed unused styles

* ACS-6078 Fixed e2e

* ACS-6078 Empty commit
2023-10-12 08:19:22 +02:00
AleksanderSklorz 4059a3d219 [ACS-5949] library property update and cancel button do not reflect the change in UI (#3461)
* ACS-5949 Disabling Update button when changes are saved, cancel button reverts now proper values

* ACS-5949 Prepared reusable function

* ACS-5949 Prepared reusable function

* ACS-5949 Unsubscribing, disabling update button when cancelled

* ACS-5949 Unit tests

* ACS-5949 Moved mock to beforeEach

* ACS-5949 Renamed function
2023-10-05 03:39:43 -04:00
AleksanderSklorz aec6852672 [ACS-5281] Changed editable state of metadata content based on change o… (#3400)
* ACS-5281 Changed editable state of metadata content based on change of file lock state

* ACS-5281 Updated versions

* ACS-5281 Reverted change

* ACS-5281 Upgrade version

* ACS-5281 Small correction

* ACS-5281 Fixed e2e
2023-08-27 10:00:35 +02:00
AleksanderSklorz 5508ff1362 [ACA-4712] disallow using important for styles (#3368)
* ACA-4712 Added rule to prevent using important for styles

* ACA-4712 Removed important from some global styles and from manage rule component

* ACA-4712 Removed important from rest global and theme styles

* ACA-4712 Removed usages of important from styles for components
2023-07-26 09:43:14 +02:00
AleksanderSklorz d3be553fd6 [ACS-5183] properties facet file size and file type (#3347)
* ACS-5183 Started updating configuration for file type and size

* ACS-5183 Corrected file extensions

* ACS-5183 Added more file extensions

* ACS-5183 Corrected configuration

* ACS-5183 Fix e2e

* ACS-5183 Added translation key

* ACS-5183 Changed jira for excluded e2es

* ACS-5183 Corrected import

* ACS-5183 Added license header
2023-07-20 08:38:34 +02:00
AleksanderSklorz 907529d0a8 ACS-5374 Fixed lost styles for library details after refreshing page (#3296) 2023-06-23 05:32:20 -04:00
AleksanderSklorz cc13551d2f [ACA-4709] ensure all components have encapsulation set to none (#3271)
* ACA-4709 Added use-none-component-view-encapsulation eslint rule and correct part of components

* ACA-4709 More changes for encapsulation

* ACA-4709 Installed eslint-plugin-eslint-angular dependency

* ACA-4709 Corrected rest places with did not use none encapsulation

* ACA-4709 Exclude process inline templates plugin from spec files
2023-06-13 12:38:41 +02:00
AleksanderSklorz e9bc42df10 [ACS-4534] nx workspace support for aca (#3143)
* ACS-4534 Added nx workspace support

* ACS-4534 Updated package-lock.json file

* ACS-4534 Configured cache directory and affected command

* ACS-4534 Updated README

* ACS-4534 Updated more README files

* ACS-4534 Fixed lint

* ACS-4534 Address comment for readme

* ACS-4534 Removed redundant build-libs script

* ACS-4534 Fixed start script

* ACS-4534 Updated some left documentation

* ACS-4534 Added more helper scripts, addressed PR comments

* ACS-4534 Updated package-lock.json after rebasing

* ACS-4534 Fix stylelint issue
2023-04-25 15:34:34 +02:00
AleksanderSklorz 1553142364 [ACS-4126] Removed tags from libraries (#3093)
* ACS-4126 Removed tags from libraries

* ACS-4126 Fixed e2e
2023-03-28 13:34:23 -04:00
AleksanderSklorz a189ccd676 [AAE-11830] Changes required to address comment in APPS (#2848) 2022-12-16 14:32:05 +01:00
AleksanderSklorz b609a9cd33 [ACS-3757] returning focus to element from which they were opened (#2837)
* ACS-3757 Return focus to More Actions button after closing modals opened from that button

* ACS-3757 Return focus to specific row from personal files after closing modal opened from context menu from row

* ACS-3757 Fixed issue that sometimes node was undefined

* ACS-3757 Return focus after closing upload new version modal

* ACS-3757 Added restore focus on list of libraries, restoring focus to correct row when multi rows are selected, little refactoring

* ACS-3757 Use runActionById function instead of runAction

* ACS-3757 Fixed unit tests

* ACS-3757 Updated description

* ACS-3757 Adrressing comments for static and for selectors in jsons

* ACS-3757 Remove boolean flag from jsons

* ACS-3757 Added some unit tests

* ACS-3757 Resolved conflicts

* ACS-3757 Created ModalConfiguration interface

* ACS-3757 Increase version of ADF

* ACS-3757 Fix for e2e

* ACS-3757 Fix some more e2e

* ACS-3757 Removed log
2022-12-13 17:06:18 +01:00
AleksanderSklorz 40bc7e8a02 [ACS-3758] 880526 fix for modals which close was not returning to new button (#2821)
* ACS-3758 Auto focus after closing file dialog

* ACS-3758 Auto focus after closing file dialog

* ACS-3758 Remove setting style in service

* ACS-3758 Little correction

* ACS-3758 Triggered license cla

* ACS-3758 Added unit tests
2022-12-11 12:11:22 +00:00
AleksanderSklorz 43b96fc796 [ACS-3758] 880526 modal is closed focus is not returned to trigger in the create new menu (#2809)
* ACS-3758 Return focus to New button after closing dialog opened from New menu

* ACS-3758 Fixed unit tests
2022-11-24 13:18:07 +01:00
AleksanderSklorz ae551f03fc [ACS-3640] Reverting reverted changes for a 11 y aca 881740 snackbar messages disappear without option to adjust timing (#2785)
* ACS-3640 Increasing time of autoclosing snackbar and adding X icon to close snackbar

* ACS-3640 Fix lint issues

* ACS-3640 Addressing PR comments

* ACS-3640 Fix lint issue

* ACS-3640 Added aria label for action icon

* ACS-3640 Fixed one left file

* ACS-3640 Fixed lint issues

* ACS-3640 Correction for e2e

* ACS-3640 Reverting reverted corrections for e2e

* ACS-3640 Use data automation id

* ACS-3640 Update ADF version
2022-11-21 10:48:22 +01:00
AleksanderSklorz c26b9cafa9 ACS-3550 Added dialog role to move dialog (#2764) 2022-11-09 09:23:13 +00:00
AleksanderSklorzandalfresco-build ae57a094b1 ACS-3545 fix e2e tests (#2759)
* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-401 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 36873

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 36873

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 36873

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 36873

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 36873

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 36873

* ACS-3545 Fix for e2e tests

Co-authored-by: alfresco-build <alfresco-build@hyland.com>
2022-11-04 10:47:28 +00:00
AleksanderSklorz fd83219d54 [ACS-3545] a11y aca metadata sidebar (#2742)
* ACS-3545 Added aria label to progress bar for metadata sidebar

* ACS-3545 Fixed lint issues
2022-10-27 09:18:37 +01:00