Skip to content
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

Embedded multi-value fields in a resource component #8

Open
jhorsman opened this issue Sep 20, 2017 · 1 comment
Open

Embedded multi-value fields in a resource component #8

jhorsman opened this issue Sep 20, 2017 · 1 comment
Labels

Comments

@jhorsman
Copy link

The configuration components and resource components in a module configuration should be either of the "General Configuration" schema, or a custom schema with a flat list of text fields.

When I tried to have a multivalue embedded field in a custom resource component I noticed that the settings page has published the field in a weird way, the value of the field is an object id. This is what I found in the [modulename].json

    "interestAreas": "Tridion.ContentManager.ContentManagement.Fields.EmbeddedSchemaField"

I guess that this means that the TBB rendering this file is not checking the field type at all. It should handle the situation and not render the object id.

I think it is best when the Settings page would raise an publishing error whenever there are unsupported fields in the configuration or resource components.

@bkoopman bkoopman added the bug label Sep 20, 2017
@rpannekoek rpannekoek added this to the v2.2 milestone Dec 18, 2018
@rpannekoek
Copy link
Contributor

Internal Issue ID (for tracking purposes): CRQ-12804

@rpannekoek rpannekoek removed this from the v2.2 milestone Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants