Admin - how to modify Issue Summary field?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mikewhit
Posts: 20
Joined: 18 Feb 2005, 10:40
Location: Shropshire UK

Admin - how to modify Issue Summary field?

Post by mikewhit »

Someone has entered a very brief and uninformative Summary.
It's important that useful text appears in the top-level listing.

As Admin, how can I 'correct' this field ? (short of editing via MySQL ...)
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post by Narcissus »

Hi mikewhit:

You should just be able to view the issue and click the Update button. That will let you edit the issue (summary text, specifically in your case) and save the changes.

If this isn't working, then please let us know...
mikewhit
Posts: 20
Joined: 18 Feb 2005, 10:40
Location: Shropshire UK

Misunderstood 'update'

Post by mikewhit »

Sorry, yes, you're right - the Update does as you say.

I was mistakenly assuming that Update would trigger an 'update' with form data on that page, rather than changing to an 'Update' page.

RTFM ? But adding tooltip help would assist when wording on a button was not sufficiently explicit ...

Thx.
Update Concept

Update / Pencil Icon Change

Post by Update Concept »

I am in same boat as previous poster. I use web apps all day and night, build em, break em and use em.

The pencil icon is historically used for EDIT (this content item)
The term UPDATE is usually reserved for other actions and is easily confused with software update, or version update, etc.

I suggest you consider using the word EDIT in all instances of changing something, pencil icon is also good.
Put SAVE at bottom of detail view and leave update for other actions.

.02
Hsoj
Posts: 14
Joined: 05 Apr 2005, 19:32

Post by Hsoj »

Mikewhit, I would recommend going into your /lang folder, opening strings_english.txt, and changing this line:

Code: Select all

$s_update_bug_button = 'Update Issue';
to this:

Code: Select all

$s_update_bug_button = 'Edit Issue';
Or whatever wording suits you best. I made this change myself :)
Post Reply