You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
When installed on an instance that also contains Confluence Questions the profile overwrites the Questions "Expertise" panel shown at the top right side of the profile page.
Is it possible to inject the custom profile without removing the "Expertise" panel? There must be some way to add panels to the profile page given that the "Expertise" panel itself was injected by the Confluence Questions plugin.
The text was updated successfully, but these errors were encountered:
That's will be a little bit tricky. For Adam I have to hack into the user profile view and have to remove the web panel hook atl.confluence.userprofile.info and replace it with atl.confluence.userprofile.info.advanced but I will look to find a better way for this.
Now I hooked into Confluence and just filtering the com.atlassian.plugin.web.model.ResourceTemplateWebPanel which is listening on atl.confluence.userprofile.info and if its resource is mapped to /users/viewmyprofile-info.vm. As result all other web panels will also work from now in user profiles.
When installed on an instance that also contains Confluence Questions the profile overwrites the Questions "Expertise" panel shown at the top right side of the profile page.
Is it possible to inject the custom profile without removing the "Expertise" panel? There must be some way to add panels to the profile page given that the "Expertise" panel itself was injected by the Confluence Questions plugin.
The text was updated successfully, but these errors were encountered: