Skip to content

Commit

Permalink
feat: Access to T&C from user settings - MEED-7958 - Meeds-io/MIPs#157 (
Browse files Browse the repository at this point in the history
#2746)

Update user setting page for access to T&C
  • Loading branch information
AzmiTouil committed Jan 16, 2025
1 parent 2be21e4 commit ca86a2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@
</init-params>
</component-plugin>
<component-plugin>
<name>TermsAnsConditionsPageUpgrade</name>
<name>TermsAnsConditionsSettingPageUpgrade</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<init-params>
Expand Down Expand Up @@ -2105,7 +2105,7 @@
<field name="pageNames">
<collection type="java.util.ArrayList" item-type="java.lang.String">
<value>
<string>terms-and-conditions</string>
<string>settings</string>
</value>
</collection>
</field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@
</portlet>
<title>User Setting Language</title>
</portlet-application>
<portlet-application>
<portlet>
<application-ref>notes</application-ref>
<portlet-ref>TermsAndConditionsUserSettings</portlet-ref>
</portlet>
<title>User Setting Terms And Conditions</title>
</portlet-application>
<portlet-application>
<portlet>
<application-ref>social</application-ref>
Expand Down

0 comments on commit ca86a2b

Please # to comment.