Posted by Barrett on July 12, 2011 at 6:09pm
3 followers
| Project: | Drush Views |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | pescetti |
| Status: | closed (fixed) |
Issue Summary
The particular use to which I'm putting drush_views requires that I be able to list only enabled views. The attached patch adds a command (views-list-enabled) which does that by passing a parameter to the drush_views_list() function and removing views where disabled is TRUE.
Comments
#1
Helps when I attach the patch
#2
Thanks, implemented with a different approach: you can now specify --status=enabled or --status=disabled when listing views.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.