On 5 Aug, 2009, at 21:24 , Johnston, Mark wrote:
> Andrea, Hi Mark, > Thank you for your advice. I've been the user experiencing the > problem Shelly mentioned. As a user on the Agilo installation > referenced below I have TRAC_ADMIN and PRODUCT_OWNER permissions. I > can access the Admin interface and assign permissions . However, there > are no Available Actions to create requirements as expected. The > ACTIONS menu is completely missing from the left-hand pane in the UI, > and the "Available Actions" section of the Dashboard contains only > options to Import, Modify or Delete Tickets from *.csv files (no > Create options). This is really strange, did you upgrade from an older version or installed Agilo on top of a non clean project? The thing should be pretty simple: 1) The Actions are reflecting the user rights, and every ticket type has a special "virtual" permission that is called: AGILO_CREATE_<ticket-type>. With the default ticket types: Requirement, User Story, Task and Bug, these permissions are granted automatically in the roles, so that: - PRODUCT_OWNER: can create Requirements and Stories - TEAM_MEMBER and SCRUM_MASTER: can create Bugs and Tasks 2) These permissions are checked at every request, so the Action menu is generated... Does the menu not appear at all? Did you change some ticket types? Do you have your own ones? > If I manually construct the URL to create a requirement (i.e. > siteName/ > newticket?type=requirement) the system throws an exception > (AttributeError: 'NoneType' object has no attribute 'has_key') in the > pre_process_request method in the source file web_ui.py. This I can't reproduce. The error is anyway sinthoomatic of the fact that Agilo is not reading correctly the configuration file. We had some issues in that area, but most of them have been fixed, did you try to update to the latest version, the final 0.8 r1818? > I hope that these symptoms might point to an underlying root cause > that would help us to correct the problem. Any ideas? HTH > Thanks, YAW > --Mark ANdreaT --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

