Please change the description to a real description, also add a human name so the Views interface looks better and upgrade the api_version.
$view = new view;
$view->name = 'redirects';
$view->description = 'Redirects';
$view->tag = '';
$view->base_table = 'redirect';
$view->api_version = '3.0-alpha1';
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1781736+Update+View+to+3.0+final+add+human+name+fix+description.patch | 12.78 KB | hass |
Comments
Comment #1
dave reidFeel free to provide a re-exported View as a patch please, since likely Views has made more changes than just that to the export definition.
Comment #2
hass commentedChanged the Description and Human name and exported it.
Comment #3
dave reidCommitted to 7.x-1.x with http://drupalcode.org/project/redirect.git/commit/6058699
Thanks!