Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#10057 closed defect (fixed)

The description of reports is not printed

Reported by: rux@… Owned by: rux@…
Priority: normal Milestone: 0.12.3
Component: report system Version: 0.12.2
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When I print a report with description, say {33}, the description portion is gone. Only tickets are listed. This is different from 0.11.7.

The problem can be fixed by moving the description division out of the form:

  • (a) NG vs. (b) OK

    a b  
    11      <form method="get" action="">
    22        <div id="prefs">
    33          <div>
    44            <label>
    55              Max items per page
    66              <input type="text" name="max" size="10" value="100" />
    77            </label>
    88          </div>
    99
    1010          <div class="buttons">
    1111            <input type="submit" value="Update" />
    1212          </div>
    1313        </div>
     14
     15      </form>
    1416        <div id="description">
    1517          <p>
    1618MY DESCRIPTION HERE!!
    1719</p>
    1820
    1921        </div>
    20 
    21       </form>

PS: Don't tell me it's a new feature of 0.12 ;) I really need to print the description as weekly reports of my team.

Attachments (0)

Change History (5)

comment:1 by AdrianFritz, 13 years ago

I'm not sure if I understood. I'll exemplify my understanding with a workaround we use.

  1. Say you need to print (or export) description field when reporting.
  2. If you check "Show under each result: Description" option you obtain a report with an URL like this /query?status=accepted&order=priority&row=description.
  3. For printing (or exporting) with description field in, we manually modify URL to /query?status=accepted&order=priority&col=description.

comment:2 by Remy Blank, 13 years ago

Resolution: fixed
Status: newclosed

This is due to a mistake introduced in [7715], sorry about that. It's fixed in [10682].

comment:3 by Remy Blank, 13 years ago

Owner: set to rux@…

comment:4 by AdrianFritz, 13 years ago

I've tested on 0.12. Same behavior. (Also running {33} looks equal —> without description}

comment:5 by AdrianFritz, 13 years ago

Now Works (I understood original reporter complaint), description field can be printed -when selected to be shown-.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain rux@….
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from rux@… to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.