You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zetkin can be deployed "on-premise", meaning that the organization manages the instance themselves. In those cases, they will have their own privacy policy, and that needs to be configured in an environment variable. This was introduced for the survey pages, but is now also relevant for the new "Activist portal" or "My Zetkin" pages introduced by #2425.
Steps to reproduce
Change .env.local to contain environment variable ZETKIN_PRIVACY_POLICY_LINK=http://example.com
Description
Zetkin can be deployed "on-premise", meaning that the organization manages the instance themselves. In those cases, they will have their own privacy policy, and that needs to be configured in an environment variable. This was introduced for the survey pages, but is now also relevant for the new "Activist portal" or "My Zetkin" pages introduced by #2425.
Steps to reproduce
.env.local
to contain environment variableZETKIN_PRIVACY_POLICY_LINK=http://example.com
Expected Behaviour
The browser should navigate to http://example.com (per the environment variable configuration).
Actual Behaviour
The browser navigates to the default privacy policy.
Screenshots (if you have any)
See screenshot for the link in question (selected, towards bottom of screen).
The text was updated successfully, but these errors were encountered: