Bitbucket Server/DC 7.18 does not render PR overview client side extension className
attribute.
This works in 7.17, 7.16, …
Desired DOM
Screenshot Bitbucket 7.16
The className
attribute is rendered
Actual behaviour in Bitbucket 7.18
Screenshot Bitbucket 7.18
The className
attribute is not rendered.
How to reproduce
Start CSE template plugin with atlas-run -v 7.18.0
Conclusion
The PR summary CSE point has a parameter className
as per the extension definition.
The className specified in the CSE source is not rendered at all.
This breaks compatibility with our apps that use this extension point.
Thanks for looking into this. Best, Ulrich