Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0c52a332196432d7d30e5a8059a8b76bad32c2a8
18babc1f5668dd9c130706cee0841b58762c06cc
1 change: 0 additions & 1 deletion .sync-history
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
2e13fbefa 2026-03-09 Merged PR 89993: #697986 - Fix approvals service get data (9.3)
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### May 26, 2026
- 708344: Fixing an issue with ordering a product where the service item has a mandatory image form field.
- 706275: Fixes an issue with bulk editing does not work in shopping cart for some items.
- 544663: Fixes an issue where duplicate HTTP GET request if browser language is English and user profile language is German.
- 704524: Fixes an issue where Inquiries about Attestation Cases will not be displayed in Pending Attestations.

### April 17, 2026
- 697986: Fixes an issue with a missing warning if there are too many results for the search.
- 699092: Fixes an issue with re-selecting all items in a paged view.
Expand Down
2 changes: 1 addition & 1 deletion imxweb/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# always-auth=true
engine-strict=true
engine-strict=true
Binary file modified imxweb/imx-modules/imx-api-aad.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-aob.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-apc.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-att.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-cpl.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-dpr.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-hds.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-olg.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-pol.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-qbm.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-qer.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-rmb.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-rms.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-rps.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-sac.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-tsb.tgz
Binary file not shown.
Binary file modified imxweb/imx-modules/imx-api-uci.tgz
Binary file not shown.
43 changes: 34 additions & 9 deletions imxweb/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,51 @@
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
]
},
"lint": {
"cache": true,
"inputs": ["default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore", "{workspaceRoot}/eslint.config.js"]
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json",
"{workspaceRoot}/.eslintignore",
"{workspaceRoot}/eslint.config.js"
]
},
"test": {
"cache": true,
"inputs": ["testing", "^production", "{projectRoot}/karma.conf.js"]
"inputs": [
"testing",
"^production",
"{projectRoot}/karma.conf.js"
]
},
"e2e": {
"cache": true
}
},
"namedInputs": {
"sharedGlobals": ["{workspaceRoot}/package.json", "{workspaceRoot}/shared/**/*"],
"default": ["{projectRoot}/src/**/*", "sharedGlobals"],
"production": ["default", "!{projectRoot}/**/*.spec.ts"],
"testing": ["default"]
"sharedGlobals": [
"{workspaceRoot}/package.json",
"{workspaceRoot}/shared/**/*"
],
"default": [
"{projectRoot}/src/**/*",
"sharedGlobals"
],
"production": [
"default",
"!{projectRoot}/**/*.spec.ts"
],
"testing": [
"default"
]
},
"generators": {
"@nx/angular:application": {
Expand All @@ -45,4 +70,4 @@
"style": "scss"
}
}
}
}
Loading
Loading