Click on a project area fails to switch to dashboards view
4 answers
Please let us know what version or environment you are using.
I have only seen this behavior in a development environment when I did not
have the Dashboard components loaded.
Yes, this is in the context of development environment. It is RTC 1.1. Could you explain what you mean by not loading dashboards component? I find 'dash boards view' still and it works fine when I click that.
I believe the default page is determined from the com.ibm.team.repository.web.pageorder property in the teamserver.properties file, i.e. whatever the first page listed is. Though I couldn't find any docs on this.
Here's an example I found sitting in source control - see how the dashboard page is the first one listed for the project area section.
# Used for product packaging
com.ibm.team.repository.web.pageorder = {"com.ibm.team.repository.web.admin": \
, \
"com.ibm.team.process.web.projectArea": \
,\
"com.ibm.team.process.web.projectAreaList": \
}
Here's an example I found sitting in source control - see how the dashboard page is the first one listed for the project area section.
# Used for product packaging
com.ibm.team.repository.web.pageorder = {"com.ibm.team.repository.web.admin": \
, \
"com.ibm.team.process.web.projectArea": \
,\
"com.ibm.team.process.web.projectAreaList": \
}