Skip to content

feat: use new A3 endpoints for change reportee and redirect (v3)#4169

Open
framitdavid wants to merge 1 commit intov3from
feat/new-a3-change-and-redirect-endpoint
Open

feat: use new A3 endpoints for change reportee and redirect (v3)#4169
framitdavid wants to merge 1 commit intov3from
feat/new-a3-change-and-redirect-endpoint

Conversation

@framitdavid
Copy link
Copy Markdown
Contributor

Description

This PR updates how navigation back to the inbox is handled by switching to the new endpoint available in Altinn 3.

The change ensures alignment with the updated access management flow and replaces the previous endpoint with the new, supported alternative.

The new endpoint was introduced here:
Altinn/altinn-access-management-frontend#2167

Note:

This need to be built locally and then manually uploaded to the CDN, meaning it is not part of the standard automated build and deployment pipeline. @framitdavid will coordinate with platform to do this operation.

Related Issue(s)

Verification/QA

  • Manual functionality testing
    • I have tested these changes manually
    • Creator of the original issue (or service owner) has been contacted for manual testing (or will be contacted when released in alpha)
    • No testing done/necessary
  • Automated tests
    • Unit test(s) have been added/updated
    • Cypress E2E test(s) have been added/updated
    • No automatic tests are needed here (no functional changes/additions)
    • I want someone to help me make some tests
  • UU/WCAG (follow these guidelines until we have our own)
    • I have tested with a screen reader/keyboard navigation/automated wcag validator
    • No testing done/necessary (no DOM/visual changes)
    • I want someone to help me perform accessibility testing
  • User documentation @ altinn-studio-docs
    • Has been added/updated
    • No functionality has been changed/added, so no documentation is needed
    • I will do that later/have created an issue
  • Support in Altinn Studio
    • Issue(s) created for support in Studio
    • This change/feature does not require any changes to Altinn Studio
  • Sprint board
    • The original issue (or this PR itself) has been added to the Team Apps project and to the current sprint board
    • I don't have permissions to do that, please help me out
  • Labels
    • I have added a kind/* and backport* label to this PR for proper release notes grouping
    • I don't have permissions to add labels, please help me out

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 5, 2026

Important

Review skipped

Too many files!

This PR contains 223 files, which is 73 over the limit of 150.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 98f5f381-f966-4625-8e94-c23a4b2cf63c

📥 Commits

Reviewing files that changed from the base of the PR and between b77c649 and 21d2428.

⛔ Files ignored due to path filters (4)
  • .yarn/releases/yarn-3.6.3.cjs is excluded by !**/.yarn/**
  • .yarn/releases/yarn-3.8.5.cjs is excluded by !**/.yarn/**
  • src/layout/Group/__snapshots__/SummaryGroupComponent.test.tsx.snap is excluded by !**/*.snap
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (223)
  • .github/workflows/codeql.yml
  • .github/workflows/cypress.yml
  • .github/workflows/release.yml
  • .github/workflows/unit-tests.yml
  • .vscode/settings.json
  • .yarnrc.yml
  • package.json
  • renovate.json
  • schemas/json/application/application-metadata.schema.v1.json
  • schemas/json/layout/layoutSettings.schema.v1.json
  • src/App.tsx
  • src/codegen/Common.ts
  • src/codegen/ComponentConfig.ts
  • src/codegen/dataTypes/GenerateComponentLike.ts
  • src/codegen/dataTypes/GenerateConst.ts
  • src/codegen/dataTypes/GenerateExpressionOr.ts
  • src/components/EditIconButton.tsx
  • src/components/LandmarkShortcuts.test.tsx
  • src/components/altinnParty.test.tsx
  • src/components/form/RadioButton.module.css
  • src/components/form/RadioButton.test.tsx
  • src/components/form/RadioButton.tsx
  • src/components/form/RadioGroup.module.css
  • src/components/form/RadioGroup.tsx
  • src/components/molecules/DeleteWarningPopover.tsx
  • src/components/organisms/AltinnAppHeader.test.tsx
  • src/components/presentation/LanguageSelector.tsx
  • src/components/presentation/NavBar.test.tsx
  • src/components/presentation/NavBar.tsx
  • src/components/presentation/OrganisationLogo/OrganisationLogo.module.css
  • src/components/presentation/OrganisationLogo/OrganisationLogo.tsx
  • src/components/wrappers/Presentation.module.css
  • src/components/wrappers/Presentation.test.tsx
  • src/components/wrappers/Presentation.tsx
  • src/features/applicationMetadata/index.d.ts
  • src/features/attachments/upload/uploadAttachmentSagas.ts
  • src/features/confirm/containers/ConfirmPage.test.tsx
  • src/features/devtools/DevTools.module.css
  • src/features/devtools/DevToolsControls.tsx
  • src/features/devtools/DevToolsPanel.tsx
  • src/features/devtools/components/DevHiddenFunctionality/DevHiddenFunctionality.tsx
  • src/features/devtools/components/DevNavigationButtons/DevNavigationButtons.module.css
  • src/features/devtools/components/DevNavigationButtons/DevNavigationButtons.tsx
  • src/features/devtools/components/DevToolsLogs/DevToolsLogs.tsx
  • src/features/devtools/components/DownloadXMLButton/DownloadXMLButton.tsx
  • src/features/devtools/components/ExpressionPlayground/ExpressionPlayground.module.css
  • src/features/devtools/components/ExpressionPlayground/ExpressionPlayground.tsx
  • src/features/devtools/components/FeatureToggles/FeatureToggles.module.css
  • src/features/devtools/components/LayoutInspector/LayoutInspector.tsx
  • src/features/devtools/components/NodeInspector/NodeInspector.tsx
  • src/features/devtools/components/OpenDevToolsButton/OpenDevToolsButton.tsx
  • src/features/devtools/components/PDFPreviewButton/PDFPreviewButton.tsx
  • src/features/devtools/components/PermissionsEditor/PermissionsEditor.module.css
  • src/features/devtools/components/PermissionsEditor/PermissionsEditor.tsx
  • src/features/devtools/components/VersionSwitcher/VersionSwitcher.tsx
  • src/features/expressions/prettyErrors.ts
  • src/features/expressions/types.ts
  • src/features/formData/submit/submitFormDataSagas.ts
  • src/features/instanceData/getInstanceDataSagas.ts
  • src/features/instanceData/instanceDataSlice.ts
  • src/features/instantiate/containers/InstanceSelection.module.css
  • src/features/instantiate/containers/InstanceSelection.test.tsx
  • src/features/instantiate/containers/InstanceSelection.tsx
  • src/features/instantiate/containers/PartySelection.tsx
  • src/features/instantiate/instantiation/instantiationSlice.ts
  • src/features/layout/fetch/fetchFormLayoutSagas.test.ts
  • src/features/layout/fetch/fetchFormLayoutSagas.ts
  • src/features/layout/formLayoutSlice.ts
  • src/features/layout/formLayoutTypes.ts
  • src/features/layout/update/updateFormLayoutSagas.ts
  • src/features/options/fetch/fetchOptionsSagas.test.ts
  • src/features/options/fetch/fetchOptionsSagas.ts
  • src/features/receipt/ReceiptContainer.test.tsx
  • src/features/receipt/ReceiptContainer.tsx
  • src/hooks/queries/useActiveInstancesQuery.ts
  • src/hooks/queries/useFormDataQuery.ts
  • src/hooks/useFormattedOptions.tsx
  • src/hooks/useHasChangedIgnoreUndefined.ts
  • src/hooks/useHasOptionsChanged.ts
  • src/hooks/useLanguage.ts
  • src/hooks/useProcess.ts
  • src/language/texts/en.ts
  • src/language/texts/nb.ts
  • src/language/texts/nn.ts
  • src/layout/Accordion/index.tsx
  • src/layout/AccordionGroup/index.tsx
  • src/layout/ActionButton/ActionButtonComponent.tsx
  • src/layout/ActionButton/index.tsx
  • src/layout/Address/AddressComponent.test.tsx
  • src/layout/Address/AddressComponent.tsx
  • src/layout/Address/index.tsx
  • src/layout/Address/usePostPlace.ts
  • src/layout/Alert/index.tsx
  • src/layout/AttachmentList/index.tsx
  • src/layout/Button/GoToTaskButton.test.tsx
  • src/layout/Button/GoToTaskButton.tsx
  • src/layout/Button/SubmitButton.tsx
  • src/layout/Button/WrappedButton.test.tsx
  • src/layout/Button/WrappedButton.tsx
  • src/layout/Button/index.tsx
  • src/layout/ButtonGroup/index.tsx
  • src/layout/Checkboxes/CheckboxesContainerComponent.module.css
  • src/layout/Checkboxes/CheckboxesContainerComponent.test.tsx
  • src/layout/Checkboxes/CheckboxesContainerComponent.tsx
  • src/layout/Checkboxes/MultipleChoiceSummary.tsx
  • src/layout/Checkboxes/config.ts
  • src/layout/Checkboxes/index.tsx
  • src/layout/Custom/index.tsx
  • src/layout/Datepicker/DatepickerComponent.test.tsx
  • src/layout/Datepicker/index.tsx
  • src/layout/Dropdown/DropdownComponent.test.tsx
  • src/layout/Dropdown/DropdownComponent.tsx
  • src/layout/Dropdown/config.ts
  • src/layout/Dropdown/index.tsx
  • src/layout/FileUpload/FileUploadTable/FileTableButtons.tsx
  • src/layout/FileUpload/Summary/AttachmentSummaryComponent.module.css
  • src/layout/FileUpload/Summary/AttachmentSummaryComponent.tsx
  • src/layout/FileUpload/index.tsx
  • src/layout/FileUploadWithTag/EditWindowComponent.tsx
  • src/layout/FileUploadWithTag/index.tsx
  • src/layout/GenericComponent.tsx
  • src/layout/Grid/Grid.module.css
  • src/layout/Grid/GridComponent.tsx
  • src/layout/Grid/index.tsx
  • src/layout/Group/GroupContainer.test.tsx
  • src/layout/Group/GroupContainer.tsx
  • src/layout/Group/RepeatingGroup.module.css
  • src/layout/Group/RepeatingGroupTable.tsx
  • src/layout/Group/RepeatingGroupTableRow.tsx
  • src/layout/Group/RepeatingGroupsEditContainer.test.tsx
  • src/layout/Group/RepeatingGroupsEditContainer.tsx
  • src/layout/Group/RepeatingGroupsTable.test.tsx
  • src/layout/Group/index.tsx
  • src/layout/Header/index.tsx
  • src/layout/IFrame/index.tsx
  • src/layout/Image/index.tsx
  • src/layout/Input/InputComponent.test.tsx
  • src/layout/Input/InputComponent.tsx
  • src/layout/Input/index.tsx
  • src/layout/InstanceInformation/index.tsx
  • src/layout/InstantiationButton/InstantiationButton.test.tsx
  • src/layout/InstantiationButton/InstantiationButton.tsx
  • src/layout/InstantiationButton/index.tsx
  • src/layout/LayoutComponent.tsx
  • src/layout/Likert/LikertComponent.module.css
  • src/layout/Likert/LikertComponent.tsx
  • src/layout/Likert/RepeatingGroupsLikertContainer.test.tsx
  • src/layout/Likert/RepeatingGroupsLikertContainer.tsx
  • src/layout/Likert/RepeatingGroupsLikertContainerTestUtils.tsx
  • src/layout/Likert/config.ts
  • src/layout/Likert/index.tsx
  • src/layout/Link/LinkComponent.tsx
  • src/layout/Link/index.tsx
  • src/layout/List/ListComponent.test.tsx
  • src/layout/List/ListComponent.tsx
  • src/layout/List/index.tsx
  • src/layout/Map/index.tsx
  • src/layout/MultipleSelect/MultipleSelectComponent.tsx
  • src/layout/MultipleSelect/config.ts
  • src/layout/MultipleSelect/index.tsx
  • src/layout/NavigationBar/NavigationBarComponent.test.tsx
  • src/layout/NavigationBar/index.tsx
  • src/layout/NavigationButtons/index.tsx
  • src/layout/Panel/PanelReferenceGroupContainer.test.tsx
  • src/layout/Panel/index.tsx
  • src/layout/Paragraph/index.tsx
  • src/layout/PrintButton/PrintButtonComponent.tsx
  • src/layout/PrintButton/index.tsx
  • src/layout/RadioButtons/ControlledRadioGroup.module.css
  • src/layout/RadioButtons/ControlledRadioGroup.tsx
  • src/layout/RadioButtons/RadioButtonsContainerComponent.test.tsx
  • src/layout/RadioButtons/config.ts
  • src/layout/RadioButtons/index.tsx
  • src/layout/RadioButtons/radioButtonsUtils.ts
  • src/layout/Summary/EditButton.tsx
  • src/layout/Summary/SummaryItemCompact.module.css
  • src/layout/Summary/SummaryItemSimple.module.css
  • src/layout/Summary/index.tsx
  • src/layout/TextArea/TextAreaComponent.test.tsx
  • src/layout/TextArea/TextAreaComponent.tsx
  • src/layout/TextArea/index.tsx
  • src/layout/layout.d.ts
  • src/queries/queries.ts
  • src/selectors/simpleSelectors.ts
  • src/setupTests.ts
  • src/testUtils.tsx
  • src/types/index.ts
  • src/types/shared.ts
  • src/utils/formLayout.ts
  • src/utils/instanceContext.ts
  • src/utils/layout/schema.test.ts
  • src/utils/network/networking.ts
  • src/utils/urls/appUrlHelper.ts
  • src/utils/urls/urlHelper.test.ts
  • src/utils/urls/urlHelper.ts
  • test/e2e/fixtures/attachment.json
  • test/e2e/integration/anonymous-stateless-app/anonymous.ts
  • test/e2e/integration/anonymous-stateless-app/auto-save-behavior.ts
  • test/e2e/integration/frontend-test/all-process-steps.ts
  • test/e2e/integration/frontend-test/auto-save-behavior.ts
  • test/e2e/integration/frontend-test/calculate-page-order.ts
  • test/e2e/integration/frontend-test/components.ts
  • test/e2e/integration/frontend-test/custom-confirm.ts
  • test/e2e/integration/frontend-test/grid.ts
  • test/e2e/integration/frontend-test/group.ts
  • test/e2e/integration/frontend-test/hide-row-in-group.ts
  • test/e2e/integration/frontend-test/layout-sets.ts
  • test/e2e/integration/frontend-test/likert.ts
  • test/e2e/integration/frontend-test/list-component.ts
  • test/e2e/integration/frontend-test/message.ts
  • test/e2e/integration/frontend-test/mobile.ts
  • test/e2e/integration/frontend-test/multipart-save.ts
  • test/e2e/integration/frontend-test/on-entry.ts
  • test/e2e/integration/frontend-test/options.ts
  • test/e2e/integration/frontend-test/summary.ts
  • test/e2e/integration/frontend-test/validation.ts
  • test/e2e/integration/stateless-app/stateless.ts
  • test/e2e/pageobjects/app-frontend.ts
  • test/e2e/pageobjects/datalist.ts
  • test/e2e/pageobjects/likert.ts
  • test/e2e/support/auth.ts
  • test/e2e/support/custom.ts
  • webpack.config.development.js

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/new-a3-change-and-redirect-endpoint

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@framitdavid framitdavid changed the base branch from main to v3 May 5, 2026 11:36
@framitdavid framitdavid changed the title Feat/new a3 change and redirect endpoint (v3) feat: use new A3 endpoints for change reportee and redirect (v3) May 5, 2026
@framitdavid framitdavid added the squad/utforming Issues that belongs to the named squad. label May 5, 2026
@olavflar olavflar moved this to 🔎 In review in Team Altinn Studio May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

squad/utforming Issues that belongs to the named squad.

Projects

Status: 🔎 In review

Development

Successfully merging this pull request may close these issues.

3 participants