-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Extensibility - Content Byline Item
-
Severity 3 - Minor
Issue Summary
When a `confluence:contentBylineItem` module is configured with a `contentPropertyKey` property and deployed to a development environment, the byline item title displays duplicate "(Development)" suffixes.
Steps to Reproduce
- Add a `confluence:contentBylineItem` module to the manifest.yml with a `contentPropertyKey` property
- Deploy the app to a development environment using `forge deploy`
- Install or upgrade the app on a Confluence Cloud development site using `forge install --upgrade`
- Navigate to a Confluence page where the byline item is displayed
- Observe the byline item title
Expected Results
The byline item title should display as:
Content Byline Item (Development)
Actual Results
The byline item title displays with duplicate "(Development)" suffixes:
Content Byline Item (Development) (Development)

Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available