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
The issue here is that every Action Alert page except the Take Action Page uses the query parameter advocacy=alertPageConfigPage.edit_alert_config_pages, so currently this value is hardcoded in the buildAdminUrl function.
This function needs to be updated to accept an additional argument for the advocacy parameter so it can be set to "alertBeanPageEditor.edit_alert_config_pages" on the Take Action Page.
Clicking the plugin to edit an Action Alert results in an empty page with only "Finish" and "Save" buttons.
Example:
Clicking the plugin from here: https://support.worldwildlife.org/site/Advocacy?cmd=display&page=UserAction&id=687
Results in the following URL:
https://secure2.convio.net/wwf/admin/AdvocacyAdmin?advocacy=alertPageConfigPage.edit_alert_config_pages&advocacyPageType=takeActionBeanPage&alert_id=687&isBeanPage=true
Expected URL:
https://secure2.convio.net/wwf/admin/AdvocacyAdmin?advocacy=alertBeanPageEditor.edit_alert_config_pages&isBeanPage=true&alert_id=687&advocacyPageType=takeActionBeanPage
The text was updated successfully, but these errors were encountered: