Had to redo Chuck's adding of the ajax valid action
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 25 May 2016 15:38:05 +0000 (11:38 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 25 May 2016 15:38:05 +0000 (11:38 -0400)
He overwrote my original valid actions with the new ones.

setup/validActions.php

index 6aff891..c22203d 100644 (file)
@@ -37,6 +37,7 @@ $glmMembersEventsAddOnValidActions = array(
             'nameSearch' => GLM_MEMBERS_EVENTS_PLUGIN_SLUG,
             'icalFeed'   => GLM_MEMBERS_EVENTS_PLUGIN_SLUG,
             'rssFeed'   => GLM_MEMBERS_EVENTS_PLUGIN_SLUG,
+            'eventsCalMonthAJAX' => GLM_MEMBERS_EVENTS_PLUGIN_SLUG,
         ),
         'member' => array(
             'events' => GLM_MEMBERS_EVENTS_PLUGIN_SLUG,
@@ -50,9 +51,6 @@ $glmMembersEventsAddOnValidActions = array(
         ),
         'management' => array(
             'events' => GLM_MEMBERS_EVENTS_PLUGIN_SLUG
-        ),
-        'ajax' => array(
-            'eventsCalMonthAJAX' => GLM_MEMBERS_EVENTS_PLUGIN_SLUG
         )
     ),
     'frontActions' => array(