Skip to content

Commit

Permalink
LPS-201174 Removes LPS-197307 Feature Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ealonso authored and brianchandotcom committed Nov 8, 2023
1 parent 96e48e9 commit 65e23a7
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 343 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -651,16 +651,6 @@ public JSONArray getFoldersJSONArray() {
));
}

public List<NavigationItem> getInfoPanelNavigationItems() {
return NavigationItemListBuilder.add(
navigationItem -> {
navigationItem.setActive(true);
navigationItem.setLabel(
LanguageUtil.get(_httpServletRequest, "details"));
}
).build();
}

public List<TabsItem> getInfoPanelTabsItems(boolean journalArticle) {
return TabsItemListBuilder.add(
tabsItem -> {
Expand Down
Loading

0 comments on commit 65e23a7

Please sign in to comment.