Opened 19 years ago
Closed 15 years ago
#1876 closed enhancement (fixed)
Reports to be edited/deleted directly from the report index page
Reported by: | Emmanuel Blot | Owned by: | Remy Blank |
---|---|---|---|
Priority: | low | Milestone: | 0.12 |
Component: | report system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
With the current development version (trunk [2048]), a user needs to execute a report to be able to edit or delete it.
The report summary page (which displays the available reports) could propose the edit and deletion features.
Attachments (0)
Change History (5)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Milestone: | → 0.12 |
---|
Yes, this sounds useful. It's true that it's a bit annoying to be forced to execute the report before being able to do anything…
comment:3 by , 15 years ago
Milestone: | next-major-0.1X → 0.12 |
---|---|
Owner: | changed from | to
Closed #5806 as a duplicate, which was about comment:1.
Note to self: remember to take comment:13:ticket:5806 into account.
comment:4 by , 15 years ago
[8717] adds up to two columns (depending on permissions) to the list of reports, with links to edit and delete reports.
It also fixes a missing encoding to UTF-8 before using Request.write()
. I will backport the fix to 0.11-stable, as the Content-Length
is wrong otherwise.
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The fix to ReportModule._get_sql()
has been backported to 0.11-stable in [8718].
In the case where reports have errors or run unbounded due to a SQL error, this would be useful to edit / delete without displaying the results.