stable

Clone or download

Read-only

fix request #29990 Allow to define a limit in the displayed artifact in report

How to test ? 1. Go in a tracker report where you have more than 5 artifacts displayed 2. Report is rendered 3. `tuleap config-set max_artifacts_in_report 5` 4. An error is displayed saying to refine filter (+ logged in codendi_syslog) 5. Refine filter to show only one artifact 6. Report is rendered Change-Id: I0a91ec0ee7447f251eaa4538855104e7d8e3a975

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Renderer/ListPickerIncluder.php +2 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +6 −1 Go to diff View file
A plugins/tracker/include/Tracker/Report/dao/TooManyMatchingArtifactsException.php +34 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php +27 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +9 −1 Go to diff View file
M plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po +6 −0 Go to diff View file