-
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
Missing content values in transmissions #1197
Labels
bug
Something isn't working
Comments
4 tasks
Pretty sure this is not possible anymore, this might be an old bug/old data .. Added test to cover these required values in #1200 |
oskogstad
moved this from Backlog
to Code Review og PR
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Sep 26, 2024
oskogstad
added a commit
that referenced
this issue
Sep 26, 2024
<!--- Provide a general summary of your changes in the Title above --> ## Description Adding test for required content on transmissions ## Related Issue(s) - #1197 ## Verification - [x] **Your** code builds clean without any errors or warnings - [x] Manual testing done (required) - [x] 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** - Added support for generating fake dialog transmissions with new parameters in dialog generation methods. - **Bug Fixes** - Introduced validation tests to ensure that dialog transmissions cannot be created without required content values. - **Tests** - Added new test cases to validate the creation of dialog transmissions under specific conditions. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
github-project-automation
bot
moved this from Testing / Design QA
to Done
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Oct 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
It appears to be possible to end up with dialogs having transmissions without content valyes
Reproduction
Not repro, but this can be observed in both EU and SO in staging on dialogId ba099101-9899-a574-af8b-85f623e4dd04
Expected behavior
All content objects should contain a value property
Actual behavior
Only the mediaType property is visisble in the DTOs
The text was updated successfully, but these errors were encountered: