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.




Project homepage displaying all "assignable" users

web-app

Is there a way of only displaying users that have assigned issues in the project home page instead of displaying all "assignable" users (with 0 in front)? It would make the project home page much more readable.

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

Sure, amned the gemini_getprojectsummaryissuesbyresource stored procedure.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Which version of Gemini?

In 3.0 we have seperated resources assigned issues and those without issues (horizontal break).


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

3.0. I see the horizontal break but it doesn't make sense to show all the "assignable people" with a 0 in front of it. What is the purpose behind this list of people without issues? I would prefer not showing them at all. In fact if there is a way of doing it through a css or something like that I would really appreciate if you can tell me how.


cmamaral
· 1
cmamaral
helpful
0
not helpful

Because people want to see who else is resourced to the project (albeit without any work to do). 

Edit Project\ProjectResourceBreakdown.ascx and set Visible="false" for both the HR tag and the "rptDataNotResourced" control.


Harvey Kandola
· 212
Harvey Kandola