Eg. https://forge-allura.apache.org/rest/u/brondsem/activity returns 500
This is due to line 227 since shortname attribute is not set for Profile tool. What should I do to solve it?
I'm not sure what needs to be done.
'following': data['following'], 'followee': { 'activity_name': data['followee'].shortname, 'activity_url': data['followee'].url(), 'activity_extras': {},
Actually the error I see is slightly different, looks like the
User
object is what is missingshortname
Comparing to other places that use
_get_activities_data
results, I'm gussingactivity_name
would be better to use instead ofshortname
.Testing Reply to closed tickets and mr
On 06/21/2016 10:59 PM, Rohan Verma wrote:
Related
Tickets:
#8092