From 9a2a2698df8f8c83dd555591e7e4df4e69756aa8 Mon Sep 17 00:00:00 2001 From: skrustev Date: Tue, 7 Oct 2025 16:02:41 +0300 Subject: [PATCH 1/2] chore(*): Try to fix error when running deployed version. --- azure-pipelines/igniteui-angular-grid-examples.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines/igniteui-angular-grid-examples.yml b/azure-pipelines/igniteui-angular-grid-examples.yml index c0994cc..6682412 100644 --- a/azure-pipelines/igniteui-angular-grid-examples.yml +++ b/azure-pipelines/igniteui-angular-grid-examples.yml @@ -29,14 +29,14 @@ stages: jobs: - job: BuildSamples steps: - - checkout: 'self' + - checkout: 'self' clean: true - task: NodeTool@0 displayName: 'Install Node' inputs: versionSource: 'spec' - versionSpec: '20.x' + versionSpec: '22.x' - task: Bash@3 displayName: 'Create download artifact per sample (Shell)' @@ -65,7 +65,7 @@ stages: # Convert to camel-case (capitalize first letters and remove hyphens) dirName=$(echo "$dirName" | sed -E 's/(^|-)([a-z])/\U\2/g') fi - + echo "Processing directory: $dirName" # Define the name for the zip file zipName="$(Build.ArtifactStagingDirectory)/IgniteUI_Angular_ApplicationSample_${dirName}_Source.zip" From 53e77ff4697be61f626fde3d50291e115272c455 Mon Sep 17 00:00:00 2001 From: skrustev Date: Tue, 7 Oct 2025 16:13:20 +0300 Subject: [PATCH 2/2] Revert "chore(erp): temporary disable chart column in erp sample (#144)" This reverts commit 7c1150664edf6646228bfcdbf12c2965cf8f1046. --- .../src/app/erp-hgrid-sample/erp-hgrid-sample.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/erp-hgrid/src/app/erp-hgrid-sample/erp-hgrid-sample.component.html b/projects/erp-hgrid/src/app/erp-hgrid-sample/erp-hgrid-sample.component.html index 6d388ce..d78d2b0 100644 --- a/projects/erp-hgrid/src/app/erp-hgrid-sample/erp-hgrid-sample.component.html +++ b/projects/erp-hgrid/src/app/erp-hgrid-sample/erp-hgrid-sample.component.html @@ -55,13 +55,13 @@ - +