Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2008 at 21:39 UTC
Updated:
13 May 2011 at 18:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedIt's badly hidden under the 'tag'. This was not a smart decision on my part.
Comment #2
Flying Drupalist commentedThank you! :)
Comment #3
webchickThat's a little silly. :)
Comment #4
webchickI would suggest just adding a "Description:" field under "View settings."
Or can this not be done because of book screenshots (I would completely understand).
Comment #5
merlinofchaos commentedThe main reason I didn't do it is that it likes to link to the data but description fields are long and need to be truncated, etc. It's also one of the very first things I set up.
I'm not going to call this a bug, but it is something that probably should be fixed at some point.
Comment #6
dawehnerWhat about changed the name to tag\description?
I guess the description is quite important so it should be displayed there, too.
Comment #7
adityakg commentedChanged "Tag" into "Tag/Description" in the edit view page.
Comment #8
dawehnerI like this patch... many users asked me personal why its impossible to change the description of a view
It would be even more logically to change it to description/tag, because the form has description over the other one.
The patch applies to DRUPAL-6--2 and DRUPAL-6--3, after the change above i RTBC it.
Comment #9
adityakg commentedas requested
"Tag" -> "Description/Tag" instead of "Tag/Description"
Comment #10
dawehnerMh What about
t('Description') . '/' . t('Tag')
Then current translations of Tag can be used . Lets wait for a oppinion of merlinofchaos... If your code is fine, then this is RTBC.
Comment #11
adityakg commentedthanks @dereine for the guidance. didn't know that the 't' holds certain meaning. learning noob here :)
Comment #12
dawehnerThis looks fine
Comment #13
merlinofchaos commentedApplied to 2.x and 3.x -- does not apply to 7.x-3.x so marking for porting.
Comment #14
dawehnerFixed
Comment #16
davidsanger commentedI may be blind but I cannot see tag or description in the edit View at all.
All I can find is Modify the display(s) of your view below or add new displays.
Where should I look to change the description and tag for a view?