Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 506889

Summary: wrong marketplace link in user profile
Product: Community Reporter: Michael Keppler <michael.keppler>
Component: Accounts.eclipse.orgAssignee: Eclipse Web <webdev>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: chris.guindon, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Keppler CLA 2016-11-02 07:20:44 EDT
The marketplace tab of the Eclipse account page has a link to the marketplace favorites of that user. However, on my own (logged in) profile page this says:

Copy this URL and paste it into MPC to install this list of favorites in your workspace: 
https://marketplace.eclipse.org/user/webdev/favorites

"webdev" is surely not my account.
Comment 1 Christopher Guindon CLA 2016-11-02 09:21:05 EDT
(In reply to Michael Keppler from comment #0)
> The marketplace tab of the Eclipse account page has a link to the
> marketplace favorites of that user. However, on my own (logged in) profile
> page this says:
> 
> Copy this URL and paste it into MPC to install this list of favorites in
> your workspace: 
> https://marketplace.eclipse.org/user/webdev/favorites
> 
> "webdev" is surely not my account.

It looks like we are hardcoding this url instead of looking up the username of the user.

Thanks for catching this, I am working on a patch right now.
Comment 2 Christopher Guindon CLA 2016-11-02 10:01:53 EDT
This has been committed and deployed to production:

https://github.com/EclipseFdn/jquery-eclipsefdn-api/commit/c8d5606a6caab234b170f19550f6ae333e8f3c37

thanks!