New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-12164
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Sam Chang [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Allow Reports to validate its own input params

Created: 12/Feb/07 06:03 PM   Updated: 26/Feb/07 09:14 AM
Component/s: Reports, Web interface
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(253 kB)
Issue Links:
Reference

Participants: Rafael Nantes Flores and Sam Chang [Atlassian]
Since last comment: 1 year, 26 weeks, 2 days ago
Labels:


 Description  « Hide
Currently when you create a report, the field inputs are validated using object configuration types. The validation performed is usually a simple type checking and there is no mechanism in place to extend the validation. Eg. cant block negative number inputs for a number field.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Sam Chang [Atlassian] added a comment - 18/Feb/07 04:22 PM
Reports can validate its own input fields via void validate(ProjectActionSupport action, Map params). The only restriction is that you need to pass in ProjectActionSupport to add errors to.

Rafael Nantes Flores added a comment - 26/Feb/07 09:14 AM
teste