Details
-
Bug
-
Resolution: Obsolete
-
Neutral
-
None
-
None
-
None
Description
Create a content type with a model with no name property and 1 'title' property. Open the editor subapp.
Expected:
A 'name' and a 'title' property.
Actual:
Two 'title' properties.
Notes:
I'm not sure if this is something for DevX or Nucleus team.
–
On JCR the form shows a "Name" and a "Title" field.
So I think the two problems is that
- Norsu is autocreating a field with the llabel "Title", whereas I expect the label to be "Name".
- Also in the browser - it has a column named "Title" but I expect it to be "Name".
Â
Details:

Interestingly I can put content in both of them - and the content is dissplayed when I oppen it again.
And interestingly - the JSON response:Â
{
  "total": 1,
  "limit": 50,
  "offset": 0,
  "results": [
    {
      "@metadata": {
        "@id": "4eb86ef9-4d32-4b9e-98df-f1fcff93877d",
        "@path": "/norsu-nametest/I am the first title",
        "@name": "I am the first title"
      },
      "title": "I am the second title"
    }
  ]
}
Â
Content Model:
datasource:  $type: norsuContentTypeDatasource  workspace: norsu-nametest  autoCreate: true   model:  nodeType: nametest  properties:   title:    label: Title    i18n: true    required: true
Checklists
Acceptance criteria
Attachments
Issue Links
- relates to
-
MGNLCT-311 'name' property on Model is not returned as content, only as metadata
-
- Closed
-
- mentioned in
-
Page Loading...