Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Sub Issues - Insufficient user rights

web-app

Situation:

We have Gemini 3.0.2 with several projects.

If we have a main task with one or more sub-issues we have a problem that appears when trying to access one of the sub-issues using the link to them at the Sub-Issue tasks.

Once clicked we are redirected to Gemini Main Page with an "Insufficient user rights" message.

Additional considerations:
- Users can access the task if they go directly to them using the Find Issue field, or My Work.
- This only happens when Main Issue and the sub issue belongs to different project.
- The only error shown at Gemini system log is "SendToHome() invoked"


Any clue/idea/suggestion or we have discovered a bug to be added at http://gemini.countersoft.com

kacoquico
· 1
kacoquico
Replies (4)
helpful
0
not helpful

Thanks for the bug report: http://gemini.countersoft.com/Default.aspx?p=2&i=1730

Will be fixed for 3.0.3.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

If you are in need for this to work ASAP then all you have to do is amend a line in SubIssuesUC.ascx (under the issue\controls directory):

<a href='ViewIssue.aspx?id=<%# Convert.ToString(DataBinder.Eval(Container.DataItem, "IssueID"))%>&PROJID=<%# Convert.ToString(DataBinder.Eval(Container.DataItem, "ProjectID"))%>'><%# Convert.ToString(DataBinder.Eval(Container.DataItem, "IssueKey"))%></a>

Just add the bold red text to your file


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Just for the records I try the workarround and I it did not work fine. I had to correct the line bot at SubIssuesUC.ascx and  SubIssueSummaryUC.ascx to make it work.-

 

Thanks

 


kacoquico
· 1
kacoquico
helpful
0
not helpful

Thansk for this.


Saar Cohen
· 5000
Saar Cohen