Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
None
-
None
Description
when calling ...expand("categories")... that contain category id that no longer exists, result should not contain null like:
{
"categories": [
{
"displayName": "Example Category",
"@name": "example-category"
},
null
],
"title": "Example Article",
"@name": "example-article"
}
Checklists
Acceptance criteria