-
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 FCE in transmissions content #1273
Comments
@elsand should this transmission FCE also support legacy HTML? 🤔 |
Not a requirement as of now, but no need to add code to deny it either. |
<!--- Provide a general summary of your changes in the Title above --> ## Description * Adds missing XML comments for OpenAPI spec on transmissions * Adds support for front channel embeds on transmission content * Adds tests for transmission creation <!--- Describe your changes in detail --> ## Related Issue(s) - #1273 ## Verification - [x] **Your** code builds clean without any errors or warnings - [x] 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 ## Summary by CodeRabbit - **New Features** - Added a new field `contentReference` to the `TransmissionContent` type, allowing for additional content references. - Enhanced various schemas with new properties, including `contentReference` and improved descriptions for clarity. - Introduced new properties in multiple DTOs to support dynamic content embedding and improved data structure. - **Bug Fixes** - Updated validation rules for `mainContentReference` to ensure compliance with specified constraints. - **Tests** - Added integration tests for the `Create` command in the ServiceOwner feature to validate transmission creation functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Negativ test er gjennomført ved å ha contentReference på rett plass under tranmissions+content.
Positiv test er utført med: Dette kan leses tilbake med get og dialog-id. Test er passed. |
Description
Transmissions content should have a FCE like "MainContentReference"
Expected behavior
A FCE field akin to "MainContentReference" called just "ContentReference" should be available
Actual behavior
It isn't
The text was updated successfully, but these errors were encountered: