Skip to content

Commit

Permalink
LPS-76721 Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaprax authored and brianchandotcom committed Aug 13, 2018
1 parent 70c1010 commit da8b8b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,4 @@ protected String getPortletId() {
return DDMPortletKeys.DYNAMIC_DATA_MAPPING_FORM_ADMIN;
}

@Override
protected boolean isDataPortalLevel() {
return false;
}

@Override
protected boolean isDataPortletInstanceLevel() {
return false;
}

@Override
protected boolean isDataSiteLevel() {
return true;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,4 @@ protected String getPortletId() {
return DDMPortletKeys.DYNAMIC_DATA_MAPPING_FORM;
}

@Override
protected boolean isDataPortalLevel() {
return false;
}

@Override
protected boolean isDataPortletInstanceLevel() {
return true;
}

@Override
protected boolean isDataSiteLevel() {
return false;
}

}

0 comments on commit da8b8b2

Please sign in to comment.