Bug 233664 - Wrong label in 'Sort field' combo box from the Print dialogue
Summary: Wrong label in 'Sort field' combo box from the Print dialogue
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-08 00:22 UTC by Sabine Faure
Modified: 2010-04-08 21:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sabine Faure 2010-04-08 00:22:20 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Create 3 to dos due on the same day called To-do home, To-do laptop and To-do office
- Go to file menu/Print preview
- Select 'Print to-dos' as a Print Style
- Select the 3rd radio button and enter the correct start and end date range as if you wanted to print all 3 to-dos
- Leave the other options as set per default
- In the Sorting Options section there is a 'Sort field' combo box. Leave its default option 'Summary' and 'Ascending'
- Click on Preview

You can see on the preview that the sorting is done alphabetically from the titles of the to-dos.

It has nothing to do with a summary (that name is not even a field when creating a to-do) so I think the 'Summary' entry should be replaced by a 'Title' entry to avoid confusing the user.

Trunk, Svn Rev 1112300
Comment 1 Laurent Montel 2010-04-08 10:53:57 UTC
SVN commit 1112467 by mlaurent:

Fix bug # 233664 "Wrong label in 'Sort field' combo box from the Print dialogue"
BUG: 233664


 M  +2 -2      calprintdefaultplugins.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1112467
Comment 2 Sabine Faure 2010-04-08 21:03:25 UTC
It is corrected now.

The 'Summary' item has been replaced by 'Title' in the 'Sort field' combo box from the Print dialogue.

Trunk, Svn Rev 1112637