wbTeamPro Feature Request & Bug Tracker - wbTeamPro
View Issue Details
0010239wbTeamPro[All Projects] Featurespublic2017-01-30 09:312015-01-25 00:00
webuddha 
webuddha 
highminoralways
Resolvedfixed 
 
v3.0.12 
0010239: Cannot Export / Print when filters have multiple selected options
When viewing the Project list and filtering by multiple "Type" options (for instance) and then pressing Export or Print, the result is an empty report. The features work fine when only a single option is selected.
list filters, list view
Issue History
2013-05-10 15:53webuddhaNew Issue
2013-05-10 15:53webuddha
2013-05-10 15:53webuddhaTag Attached: list filters
2013-05-10 15:53webuddhaTag Attached: list view
2013-05-10 15:54webuddhaNote Added: 0010037
2013-05-10 15:54webuddhaAssigned To => webuddha
2013-05-10 15:54webuddhaStatusNew => In Progress
2013-06-12 14:40webuddhaNote Added: 0010047
2013-06-12 14:40webuddhaStatusIn Progress => Resolved
2013-06-12 14:40webuddhaApplied to Version => v3.0.12
2013-06-12 14:40webuddhaResolutionopen => fixed

Notes
(0010037)
webuddha   
2013-05-10 15:54   
The Export and Report features will be updated to properly handle filter options with multiple values.
(0010047)
webuddha   
2013-06-12 14:40   
The jQuery val() function was joining the multiple values selected before being passed to the export / print scripts. These comma separated values were then read as a single value for query. The query is now representing the correct separated values.

The report has been updated to allow for the multiple select function.