When "short_description" or "long_description" is set up for ckanFields, they are not displayed on the edit/create screens.
Example, title is displayed correctly, but not the descriptions.
{
"ckanField": "title",
"short_description": "The title.",
"long_description": "The title of the dataset."
}
When "short_description" or "long_description" is set up for ckanFields, they are not displayed on the edit/create screens.
Example, title is displayed correctly, but not the descriptions. { "ckanField": "title", "short_description": "The title.", "long_description": "The title of the dataset." }