I am wondering if there is some configuration I am missing or if this should be a feature request. I have a site that is running this module and I have noticed something that I think should be addressed. If you have multiple displays in a view and the header or footer is overridden on those displays, shouldn't the different over rides be shown in the editor?
Thoughts?
| Comment | File | Size | Author |
|---|
Comments
Comment #1
mstrelan commentedSubscribe. I think if you edit text for a display it should set it to Override by default. If you wanted to override the default text then you should edit the default display.
Comment #2
Jonah Ellison commentedI've changed the functionality in the 6.x-1.2 release to override by default. This should make setup and editing less confusing.
Comment #3
les limThe following help text in
views_ui_basic_admin_form()still reflects the old behavior:Comment #4
aaronbaumanThe same issue exists for 6.x
Here is a patch rolled against 6.x (which might apply to 7.x as well, with some fuzz -- haven't tested)
Comment #5
les limOn a related note, using the l() function inside of t() like that makes the string untranslatable. String replacement should be used instead.
Comment #7
simon georges commentedFixed (as well as the link issue in t() call).