Skip to content

Commit

Permalink
LPS-174018 Get the proper parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinhoFeliphe committed Jan 31, 2023
1 parent f176881 commit 8bb683f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public ObjectLayoutTab getObjectLayoutTab() throws PortalException {
objectLayout.getObjectLayoutTabs();

long objectLayoutTabId = ParamUtil.getLong(
_objectRequestHelper.getRequest(), "objectLayoutTabId");
_objectRequestHelper.getRequest(), "screenNavigationCategoryKey");

if (objectLayoutTabId == 0) {
return objectLayoutTabs.get(0);
Expand Down

0 comments on commit 8bb683f

Please sign in to comment.