APuschkin
4446a6f524
Removes unnecessary error handling method
...
Removes the `unifyErrorResponse` method as it's no longer needed.
Updates error handling logic to directly use the error message from the response body. This simplifies the error processing and avoids unnecessary parsing.
2025-07-31 15:35:33 +02:00
APuschkin
8da63a9795
review changes
2025-07-31 14:58:40 +02:00
APuschkin
d3c9488220
SonarCloud solution
2025-07-30 10:55:11 +02:00
APuschkin
a41bf1c8c8
Updates start process cloud component
...
Improves the start process cloud component by adding error handling for the start process action and enhancing the UI.
Specifically, it displays error messages from the backend response and provides a more user-friendly experience. Also includes minor UI improvements for error messages and general layout.
2025-07-29 15:22:44 +02:00
APuschkin
b4cda524e0
Handles error messages in start process cloud
...
Improves error handling by parsing the error message to get the error entry.
If the message is not a valid JSON, uses the whole message string
as an error message.
2025-07-29 14:49:59 +02:00
Darren Thornton
d2033da35f
AAE-36536 Allow form sections to be at the root level of form - [ng18-backup] ( #11071 )
...
* temp checkin to share
* add id attribute
* [AAE-36536] test fix for form.model.ts changes
---------
Co-authored-by: Alex Molodyh <alex.molodyh@hyland.com >
2025-07-28 09:14:57 -05:00
Soumyajit Chakraborty
50a0faed34
AAE-36388 form-field oneline alignment issue fix ( #11055 )
...
AAE-36388 form-field one-line alignment issue
2025-07-25 15:37:53 +05:30
Eugenio Romano
74bf8953ab
Update form-section.component.scss ( #11065 )
2025-07-24 18:10:41 +02:00
Ehsan Rezaei
779379339b
AAE-33082 Fixing dropdown widget update value based on form rule ( #11068 )
2025-07-24 16:42:24 +02:00
Soumyajit Chakraborty
247cbd1dd7
AAE-36023 fixing auto floating issue and removing hardcoded appearance ( #11059 )
...
* AAE-36023 fixing auto floating issue and removing hardcoded appearance
* AAE-36023 removing hardcoded floatlabels and appearance for form fields
2025-07-24 17:34:44 +05:30
Fabian Kindgen
aed3c2c228
AAE-35981 Form button customization ( #11042 )
2025-07-24 09:37:52 +02:00
VitoAlbano
42cc3944d8
Removed esm2022 check as new angular builders won't generate the folder anymore
2025-07-23 17:54:03 +01:00
Domenico Sibilio
0fe3f79a7d
AAE-00000 Sync package.lock and package.json ( #11052 )
2025-07-23 14:37:01 +01:00
VitoAlbano
75a9b71971
Fixed installation for ng18-backup
2025-07-23 13:39:14 +01:00
Soumyajit Chakraborty
301a360698
AAE-36023 fixing alignments and cropping issues on apa and workspace ( #11049 )
2025-07-23 14:06:37 +02:00
Tomasz Nastaly
6f5aa0b3dc
AAE-25571 Add title to above filename ( #11048 )
2025-07-23 13:33:41 +02:00
Isoumyajit
46f817ba1d
AAE-36716 fixing text-form-field blur mechanism in control Value Accessor
2025-07-23 13:04:07 +02:00
dependabot[bot]
c2ae7cd18c
build(deps): bump form-data from 3.0.1 to 3.0.4 in /tools/doc ( #11043 )
...
Bumps [form-data](https://github.com/form-data/form-data ) from 3.0.1 to 3.0.4.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v3.0.1...v3.0.4 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 3.0.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-23 12:51:49 +02:00
Denys Vuika
1c4579f302
ACS-8770 Update the Auth Service api docs and deprecations ( #9947 )
...
* update api docs and clean dead code
* update api docs and clean dead code
rebasing onto develop branch
* [ACS-8770] fix unit test after auth refactor
* [ACS-8770] fix sonarcube issues
* [ACS-8770] update auth service doc file
* [ACS-8770] clean up demo-shell artifacts
---------
Co-authored-by: Anton Ramanovich <Anton.Ramanovich@hyland.com >
2025-07-23 12:51:49 +02:00
dependabot[bot]
8a7d1699ca
build(deps): bump Alfresco/alfresco-build-tools from 8.26.0 to 8.27.0 ( #11038 )
...
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-23 12:39:35 +02:00
dependabot[bot]
02cfcfd8da
build(deps): bump Alfresco/alfresco-build-tools ( #11037 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.26.0 to 8.27.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](691c1d16c9...20d21f43ad
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-23 12:39:06 +02:00
dominikiwanekhyland
29ad746198
[AAE-32978] Move ADF "RichTextEditorComponent" to HxP monorepo ( #10967 )
2025-07-23 12:38:36 +02:00
AleksanderSklorz
b3b2052e25
[ACS-7266] checkboxes in sorting boxes are put on the right side of the text instead of the left side ( #11009 )
...
* [ACS-7266] Fix for checkboxes position
* [ACS-7266] Unit test
* [ACS-7266] Addressed comment
2025-07-23 12:37:23 +02:00
Maurizio Vitale
c53c8d6b1f
AAE-36718 Expose a landing page provider for the landing-page-token ( #11020 )
...
* Expose a landing page provider for the landin-page-token
* Expose a landing page provider for the landin-page-token
* fix lint
* fix lint
2025-07-23 12:37:23 +02:00
Alfresco Build
448ec7e91f
New Crowdin translations by GitHub Action ( #11017 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2025-07-23 12:37:08 +02:00
dependabot[bot]
702e524931
build(deps): bump crowdin/github-action from 2.8.0 to 2.9.0 ( #11014 )
...
Bumps [crowdin/github-action](https://github.com/crowdin/github-action ) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](297234bae0...9fd07c1c5b
)
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-23 12:08:51 +02:00
Denys Vuika
6e236fab18
AAE-36615 new provideI18N api ( #11007 )
2025-07-23 12:05:12 +02:00
Ehsan Rezaei
7816ac4a69
AAE-36484 Replace provideAppInitializer with APP_INITIALIZER for Angular 18 compatibility
2025-07-17 12:19:21 +02:00
Ehsan Rezaei
230ece7d16
AAE-36484 improved standalone support for Core
2025-07-17 11:56:53 +02:00
Soumyajit Chakraborty
6811ccaaa0
AAE-36388 fixing form-field cut issue on preview ( #11024 )
...
AAE-36388 fixing form-field preview issues
2025-07-16 20:48:30 +05:30
Fabian Kindgen
3677ffe126
AAE-35676 Cleanup Open Next Task ( #10952 ) ( #11023 )
...
* [ci:force] Cleanup
* [ci:force] cleanup
* [ci:force] Re-added tests & adjusted them
* [ci:force] Update user-task-cloud.component.spec.ts
* Fixes
(cherry picked from commit 6a3623bd76
)
2025-07-16 15:26:30 +02:00
Vito Albano
328bd93f7f
[AAE-36397] ADF viewer image is no longer cropped ( #10997 )
...
Co-authored-by: MichalKinas <michal.kinas@hyland.com >
2025-07-07 16:48:49 +01:00
Eugenio Romano
7d7244c07e
Update form-renderer.component.scss ( #10987 )
2025-07-04 13:24:16 +02:00
Shivangi Shree
c7f28d54d6
[ADF-5581] Reset filterValue when navigating to a new folder to ensur… ( #10978 )
...
* [ADF-5581] Reset filterValue when navigating to a new folder to ensure filters are cleared
* [ADF-5581] Added unit tests to verify filterValue reset
* [ADF-5581] Add unit tests to verify filter reset on navigation and preservation on sorting
* [ADF-5581] Use SpyObj<ShareDataTableAdapter> in unit test to avoid any type
* [ADF-5581] Remove redundant type on mockData declaration in unit test
* Revert loadFolder() to reload() in onSortingChanged and update unit test accordingly
8.1.0-16024893197
2025-07-02 17:48:13 +05:30
Soumyajit Chakraborty
d776c7c77d
AAE-35310 Displaying different text fields on an eform doesn't align vertically or horizontally ( #10979 )
...
* AAE-35310 fixing vertical or horizontal alignment issues
* AAE-35310 refactoring code and removed manual scss with flexboxes
8.1.0-16024576091
2025-07-02 17:33:37 +05:30
Shivangi Shree
6dafcb4447
[ADF-5580] emit commentAdded event from adf-comments component ( #10966 )
...
* [ADF-5580] emit commentAdded event from adf-comments component
* [ADF-5580] Emit commentAdded event from adf-comments and expose it in adf-node-comments
* [ADF-5580] Emit commentAdded event from NodeCommentsComponent, add unit test, and update docs
* [ADF-5580] Add unit test for commentAdded output in NodeCommentsComponent, update docs and create testing utils
* [ADF-5580] Mark debugElement as readOnly
* [ADF-5580] Add mock services and fix unit test setup
* [ADF-5580] Reuse shared comment mocks across multiple test files
* [ADF-5580] Align comments component documentation
* [ADF-5580] Remove redundant setup and use ContentTestingModule in comment components tests
8.1.0-15993930410
2025-07-01 13:54:07 +05:30
Mykyta Maliarchuk
5d043e6987
[PRODSEC-10305] Bump @nx/webpack & webpack-dev-server ( #10976 )
8.1.0-15991325710
2025-07-01 08:10:48 +02:00
AleksanderSklorz
57713dbe6e
[MNT-25175] configured scripts to execute are listed by node id and not by script name ( #10969 )
...
* [MNT-25175] Styles and title for non editable property
* [MNT-25175] Unit test
8.1.0-15991166790
2025-07-01 08:01:20 +02:00
dependabot[bot]
cfe5242fda
build(deps): bump graphql-ws from 5.16.2 to 6.0.5 ( #10973 )
...
Bumps [graphql-ws](https://github.com/enisdenjo/graphql-ws ) from 5.16.2 to 6.0.5.
- [Release notes](https://github.com/enisdenjo/graphql-ws/releases )
- [Changelog](https://github.com/enisdenjo/graphql-ws/blob/master/CHANGELOG.md )
- [Commits](https://github.com/enisdenjo/graphql-ws/compare/v5.16.2...v6.0.5 )
---
updated-dependencies:
- dependency-name: graphql-ws
dependency-version: 6.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.1.0-15979112215
2025-06-30 18:03:23 +01:00
dependabot[bot]
5f574b0176
build(deps-dev): bump eslint-plugin-license-header from 0.6.0 to 0.8.0 ( #10959 )
...
Bumps [eslint-plugin-license-header](https://github.com/nikku/eslint-plugin-license-header ) from 0.6.0 to 0.8.0.
- [Release notes](https://github.com/nikku/eslint-plugin-license-header/releases )
- [Changelog](https://github.com/nikku/eslint-plugin-license-header/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nikku/eslint-plugin-license-header/compare/v0.6.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-license-header
dependency-version: 0.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 18:03:06 +01:00
dependabot[bot]
2de76607a6
build(deps): bump github/codeql-action from 3.29.0 to 3.29.1 ( #10975 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.0 to 3.29.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](ce28f5bb42...39edc492db
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 18:02:51 +01:00
dependabot[bot]
c245e467e4
build(deps): bump crowdin/github-action from 2.7.1 to 2.8.0 ( #10974 )
...
Bumps [crowdin/github-action](https://github.com/crowdin/github-action ) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](f214c87230...297234bae0
)
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-version: 2.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.1.0-15979090800
2025-06-30 18:02:24 +01:00
Denys Vuika
8b3b6ffbca
AAE-36173 switch to TranslatePipe ( #10968 )
8.1.0-15928551305
2025-06-27 10:20:05 -04:00
Soumyajit Chakraborty
16f42be08e
AAE-35976 Adding auto required instead of manually handling styles manually ( #10956 )
...
* AAE-35976 adding auto-required instead of manually handling required using asterisks inside mat-form-field elements
* AAE-35976 removing hiderequiredmarker as it'll be handled by the form-fields itself
Resolving merge conflicts with develop
* AAE-35976 fixing units
* AAE-35976 adding isVisible condition with the required field
* AAE-35976 removing the method call from html and using the variable instead for conditions
8.1.0-15902121227
2025-06-26 18:11:24 +05:30
dependabot[bot]
056e4c1429
build(deps): bump Alfresco/alfresco-build-tools from 8.23.3 to 8.24.1 ( #10963 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.23.3 to 8.24.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](c2278c8ec6...86fa01feca
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.24.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.1.0-15865093855
2025-06-25 02:23:41 +01:00
Robert Duda
dcab68d78a
AAE-35632 Priority filter unit tests ( #10965 )
8.1.0-15848056336
2025-06-24 12:31:58 +02:00
dependabot[bot]
4b6896ae3d
build(deps): bump Alfresco/alfresco-build-tools ( #10962 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.23.3 to 8.24.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](c2278c8ec6...86fa01feca
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.24.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.1.0-15845587958
2025-06-24 09:39:24 +01:00
Soumyajit Chakraborty
f40107de33
AAE-34482 Modelling inconsistencies in mat form fields label alignments ii ( #10929 )
...
* AAE-34482 fixing card view datetime component in adf using mat-label
* AAE-34482 fixing the padding for mat-form-field labels
* AAE-34482 resolving the pr review comments
* AAE-34482 changing the floatType from 'auto' to null
* AAE-34482 changing the scss class name as per the review comment
* AAE-34482 fixing the left units
8.1.0-15822125972
2025-06-23 16:14:39 +05:30
MichalKinas
c16417cbff
[ACS-9250] Adjust viewer to display properly under parent without overlay mode ( #10950 )
8.1.0-15782677066
2025-06-20 17:46:29 +02:00
Soumyajit Chakraborty
27502d5d67
AAE-34902 Updating styles for input controls to maintain the ui consistency with studio hxp ( #10900 )
...
* AAE-34902 updating styles for input controls to maintain the ui consistency with studio-hxp
* AAE-34902 changing class prefix-names from hxp to adf
* AAE-34902 float level conditional on placeholder
* AAE-34902 fixing the placeholder in text-widgets
* AAE-34902 fixing the left and right side margins on workspace forms
8.1.0-15704418083
2025-06-17 15:40:20 +05:30