[MGNLCTS-83] Unknown property 'path' of contentConnector definition cause node2bean problem Created: 09/Dec/16 Updated: 20/Dec/16 Resolved: 20/Dec/16 |
|
| Status: | Closed |
| Project: | Content Translation Support |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.5 |
| Type: | Bug | Priority: | Neutral |
| Reporter: | Maxime Michel | Assignee: | Jaroslav Simak |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 0.5h | ||
| Original Estimate: | Not Specified | ||
| Template: |
|
| Acceptance criteria: |
Empty
|
| Task DoD: |
[ ]*
Doc/release notes changes? Comment present?
[ ]*
Downstream builds green?
[ ]*
Solution information and context easily available?
[ ]*
Tests
[ ]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
| Bug DoR: |
[ ]*
Steps to reproduce, expected, and actual results filled
[ ]*
Affected version filled
|
| Epic Link: | Definitions app problems |
| Sprint: | Kromeriz 75 |
| Story Points: | 0.5 |
| Description |
|
Leading to the following Definitions app problem: app: contentTranslationSupport from jcr at /modules/content-translation-support/apps/contentTranslationSupport Source data processing problem: Property [path] not found in class [info.magnolia.ui.vaadin.integration.contentconnector.ConfiguredJcrContentConnectorDefinition], property is not assigned: /subApps/browser/contentConnector See: /modules/content-translation-support/apps/contentTranslationSupport/subApps/browser/contentConnector@path Most likely this is supposed to be the rootPath property of info.magnolia.ui.vaadin.integration.contentconnector.ConfiguredJcrContentConnectorDefinition therefore should be renamed accordingly. As the property already defaults to / (slash aka root node) (see info.magnolia.ui.vaadin.integration.contentconnector.ConfiguredJcrContentConnectorDefinition#rootPath) and this is the value of underlying configuration, we can also safely get rid of it. Additionally, there is an unknown preview property on a BasicUploadFieldDefinition. dialog:content-translation-support:uploadTranslationFile (from jcr /modules/content-translation-support/dialogs/uploadTranslationFile) Source data processing problem Property [preview] not found in class [info.magnolia.ui.form.field.definition.BasicUploadFieldDefinition], property is not assigned /form/tabs/upload/fields/name |