diff --git a/code/web/interface/themes/responsive/account-menu.tpl b/code/web/interface/themes/responsive/account-menu.tpl index e21d722e1c..f50a544796 100644 --- a/code/web/interface/themes/responsive/account-menu.tpl +++ b/code/web/interface/themes/responsive/account-menu.tpl @@ -67,7 +67,7 @@ {/if}
{translate text='Your Campaigns' isPublicFacing=true} -
+ {if !empty($enableSavedSearches)} {* Only highlight saved searches as active if user is logged in: *}
{translate text='Your Searches' isPublicFacing=true}
@@ -89,7 +89,6 @@ {/if} -
{translate text="Your Campaigns" isPublicFacing=true}
{if !empty($showUserPreferences)}
{translate text='Your Preferences' isPublicFacing=true}
{/if} {if $cookieConsentEnabled}
{translate text="Your Privacy Settings" isPublicFacing=true}
{/if} {if !empty($showUserContactInformation)}
{translate text='Contact Information' isPublicFacing=true}
{/if} diff --git a/code/web/sys/Community/CampaignMilestone.php b/code/web/sys/Community/CampaignMilestone.php index b7f347540b..f5f1a14aa2 100644 --- a/code/web/sys/Community/CampaignMilestone.php +++ b/code/web/sys/Community/CampaignMilestone.php @@ -67,9 +67,6 @@ static function getObjectStructure($context = '') { ]; } - public function canActiveUserEdit() { - return true; - } public static function getMilestoneByCampaign($campaignId) { $milestones = [];