-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Legge på ExternalReference i svaret fra GET /api/v1/serviceowner/dialogs #1376
Comments
MagnusSandgren
moved this from New issues
to Backlog
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Nov 1, 2024
Enig i det du sier. Legger oppgaven til backlog. |
oskogstad
moved this from Backlog
to Doing
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Nov 3, 2024
4 tasks
oskogstad
added a commit
that referenced
this issue
Nov 4, 2024
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> ## Related Issue(s) - #1376 ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced an `externalReference` property in the dialog schema, enhancing metadata for better integration with external systems. - Added an `ExternalReference` property in the `DialogDtoBase` class for service-specific references to external systems. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
ExternalReference skal vises i søk på tt02 nå |
Testet i tt. Ny dialog av dagen "019353ff-e9bd-75fa-ab65-a521d873c4b1". |
github-project-automation
bot
moved this from Testing / Design QA
to Done
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduction
Vi ønsker at externalReference settes på en item i svaret når vi søker opp dialoger
Description
Vi har en frontend som lister opp aktive dialoger mellom en aktør og dmf. For å knytte dialogene opp mot konkrete engasjement bruker vi externalReference for å knytte opp en dialog mot et konkret engasjement. (se #1157 (comment)_). Vi har tenkt å laste inn alle aktuelle dialoger og så flette de sammen med engasjementene, men det går ikke da externalReference ikke er inkludert i svaret. Alternativet blir da å gjøre et GET kall pr dialog kun for å hente det ene feltet.
The text was updated successfully, but these errors were encountered: