-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 4.5.1
-
Component/s: Pull Requests
Summary
When using the bitbucket.pullrequest.view decorator, the pull request header (merge button, reviewers and actions) are not included in the layout and disappear.
Steps to Reproduce
- Create a plugin using the decorator
- Create a pull request
- Load the decorated page
Expected Results
The page looks like the other pull request pages.
Actual Results
The pull request header is missing.
Notes
Example usage: (bitbucket-example-plugin)