Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18581 closed Bug (fixed)

Admin actions documentation needs a new screenshot

Reported by: Melvyn Sopacua Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal Keywords:
Cc: riccardo@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

https://docs.djangoproject.com/en/1.4/_images/article_actions.png

Code above the image states:
make_published.short_description = "Mark selected stories as published"

Image shows a select drop-down with the text: 'Make published'

Attachments (4)

article_actions.png (23.1 KB ) - added by Riccardo Attilio Galli 12 years ago.
user_actions.png (34.9 KB ) - added by Kevin London 12 years ago.
article_actions.2.png (51.3 KB ) - added by Kevin London 12 years ago.
article_actions_message.png (31.2 KB ) - added by Kevin London 12 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by Claude Paroz, 12 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedBug

by Riccardo Attilio Galli, 12 years ago

Attachment: article_actions.png added

comment:2 by Riccardo Attilio Galli, 12 years ago

Cc: riccardo@… added
Triage Stage: AcceptedReady for checkin

New screenshot uploaded

comment:3 by Claude Paroz, 12 years ago

Has patch: set
Triage Stage: Ready for checkinAccepted

There are 3 images on https://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/

Am I bikeshedding or should we have a similar look for those images?

by Kevin London, 12 years ago

Attachment: user_actions.png added

by Kevin London, 12 years ago

Attachment: article_actions.2.png added

by Kevin London, 12 years ago

Attachment: article_actions_message.png added

comment:4 by Tim Graham <timograham@…>, 12 years ago

Resolution: fixed
Status: newclosed

In [39541be3bc76f937cd8a2182aee4c92c9212c6b7]:

Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.

comment:5 by Tim Graham <timograham@…>, 12 years ago

In [445b9663e71e80c2cc30a58ee84811d09a3eaa82]:

[1.4.X] Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.

Backport of 39541be3bc from master

Note: See TracTickets for help on using tickets.
Back to Top