removing list action from valid actions
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 9 Mar 2018 15:45:54 +0000 (10:45 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 9 Mar 2018 15:45:54 +0000 (10:45 -0500)
list action doesn't appear to be necessary with the index router, removing it

setup/validActions.php

index b0917b9..f3f4656 100644 (file)
@@ -71,8 +71,7 @@ $glmMembersAssetsAddOnValidActions = array(
     ),
     'frontActions' => array(
         'assets' => array(
-            'index' => GLM_MEMBERS_ASSETS_PLUGIN_SLUG,
-            'list' => GLM_MEMBERS_ASSETS_PLUGIN_SLUG
+            'index' => GLM_MEMBERS_ASSETS_PLUGIN_SLUG
         ),
     )
 );