This can turn out to be a nice little module.
Here's a patch that will load the default value in the edit link title when the display being edited uses the default.
This also fixes one of the PHP notices that comes up when you've tried to check the disabled property on a view object.
And it fixes a link in the user facing UI that points to the wrong page in the Views UI.
This module will be easier to submit patches to if it can adhere to Drupal coding standards. http://drupal.org/coding-standards
| Comment | File | Size | Author |
|---|---|---|---|
| views_ui_basic-warnings-default.patch | 2.47 KB | Anonymous (not verified) |
Comments
Comment #1
baronmunchowsen commentedThanks for this patch. The patch to the admin.inc file failed for me:
but I managed to find the line and change it manually (was line 38 in file rather than 35).
Thanks!
Comment #2
Jonah Ellison commentedPatch applied to 6.x-1.1, thanks!