Skip to content

Commit

Permalink
QC Bugfix - No Page Header data since GetPageHeaderData not called
Browse files Browse the repository at this point in the history
Now call GetPageHeaderData
  • Loading branch information
danjasuw committed Jun 15, 2019
1 parent 7c9831e commit 39e34f2
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ public int compare(SearchDTO o1, SearchDTO o2) {
request.setAttribute( "userOrderedProjectSearchIds", PeptideProteinCommonForm.DO_NOT_SORT_PROJECT_SEARCH_IDS_YES );
}

// Populate request objects for Standard Header Display
GetPageHeaderData.getInstance().getPageHeaderDataWithProjectId( projectId, request );
// Populate request objects for Protein Name Tooltip JS
ProteinListingTooltipConfigUtil.getInstance().putProteinListingTooltipConfigForPage( projectSearchIdsSet, request );


{
ProjectSearchIdsSearchIds_SetRequestParameter.SearchesAreUserSorted searchesAreUserSorted = ProjectSearchIdsSearchIds_SetRequestParameter.SearchesAreUserSorted.NO;
Expand All @@ -203,7 +208,7 @@ public int compare(SearchDTO o1, SearchDTO o2) {
// Populate request objects for Standard Search Display
GetSearchDetailsData.getInstance().getSearchDetailsData( searches, searchesAreUserSorted, request );
}

// Populate request objects for User Selection of Annotation Data Display
GetAnnotationDisplayUserSelectionDetailsData.getInstance().getSearchDetailsData( searches, request );

Expand Down

0 comments on commit 39e34f2

Please sign in to comment.