Skip to content

Commit

Permalink
Add Show Popup property under custom property
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavitra Khatri authored and ci-build committed Oct 8, 2024
1 parent f90346f commit 298329f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public boolean isShowAsPopup() {
Map<String, Object> properties = super.getProperties();
if (resource.getValueMap().containsKey(CUSTOM_TNC_PROPERTY)) {
properties.put(CUSTOM_TNC_PROPERTY, true);
properties.put("fd:" + ReservedProperties.PN_SHOW_AS_POPUP, isShowAsPopup());
}
return properties;
}
Expand Down

0 comments on commit 298329f

Please sign in to comment.