Closed (fixed)
Project:
Atrium Scrum
Version:
6.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2012 at 14:32 UTC
Updated:
12 Mar 2013 at 04:00 UTC
There seems to be a problem with this line in atrium_scrum_stories.module:
$statement .= $node->taxonomy['tags']['2'];
It doesnt display the user tags as expected so I end up with "AS A , I WANT TO". Any ideas?
Comments
Comment #1
timcarouge commentedI have the same problem, and just decided to live with it, but I will follow this thread to remedy.
Comment #2
gboudrias commentedThanks everyone, fixed in dev branch 6.x-1.x , to be released soon.
The statement now goes thus: "AS A User / Developer / Example, I WANT TO Use Atrium Scrum, SO THAT I CAN do cool stuff" or if there's only one tag: "AS A Example, I WANT TO Use Atrium Scrum, SO THAT I CAN do cool stuff".