Known-Issues.md
... ...
@@ -5,35 +5,35 @@
5 5
<!---[Known Issues Report](http://fogbugz.izenda.us/reporting/reportviewer.aspx?rn=Tracking_DO_NOT_EDIT\\KIL\\KnownIssues)-->
6 6
##Known Issues
7 7
8
-This list of issues is tentative and expected to change. Last updated on June 2, 2017.
8
+This list of issues is tentative and expected to change. Last updated on July 7, 2017.
9 9
10 10
|Expected Release|Tenative Date|Case|Notes|
11 11
|:----|:-----------|:----------------|:---------------|
12
-|6.10.0.19|June 6|25071|Corrected an issue where expressions with a zero in the denominator would render on visualizations as the max 16 bit int.|
13
-|6.10.0.19|June 6|25920|Removed dependence on Izenda's rs.aspx from being in the application root folder rather than an Izenda subfolder.|
14
-|6.10.0.19|June 6|26207|Corrected an issue where visualizations may not render correctly the first time in IE 10 due to a known error with jQuery.|
15
-|6.10.0.19|June 6|27233|Cleared out some unused CSS from resource files.|
16
-|6.10.0.19|June 6|27498|Corrected joining engine to prevent joins from being built incorrectly relative to how they appear in the UI control, for example LEFT joins being reversed in the query.|
17
-|6.10.0.19|June 6|27500|Prevented hyperlinks from being dropped if more than one report part is being displayed on a custom page.|
18
-|6.10.0.19|June 6|27512|Tweaked CSS of visual groups to maintain consistent padding in the Analysis Grid.|
19
-|6.10.0.19|June 6|27513|Changed encoding of special characters in URL when being passed through the URL feature from data.|
20
-|6.10.0.19|June 6|27515|Fixed dashboard filtering behavior when inheriting filters upwards from a subreport being called from a report part on a dashboard.|
21
-|6.10.0.19|June 6|27529|Deleting a Virtual Data Source now updates the data source cache.|
22
-|6.10.0.19|June 6|27565|Increased the number of internal exceptions which display a stacktrace along with the exception.|
23
-|6.10.0.19|June 6|27569|Corrected change which permitted (broken) pagination behavior in the popup. Pagination of results should be ignored in popup and hover drilldown styles.|
24
-|6.10.0.19|June 6|27590|Corrected the application of formats to values when exporting to Excel and using the "Show Fields/Summary in Field Value" checkbox.|
25
-|6.10.0.19|June 6|27595|Enabled more email output types for the scheduler when using Instant Reports.|
26
-|6.10.0.19|June 6|27606|Fixed some incorrect behavior when placing subcategories in similarly named categories (subcategory 'Cat/Cat' appears in the 'Cat Cat' category instead of the 'Cat' category).|
27
-|6.10.0.19|June 6|27613|Improved performance of ajax error notifications in popups.|
28
-|6.10.0.19|June 6|27619|Corrected some custom formats being output as text instead of numeric (or other specified datatypes) when exporting to Excel.|
29
-|6.10.0.19|June 6|27624|Prevented header, description, and footer from being removed from an unsaved report under some rare circumstances.|
30
-|6.10.0.19|June 6|27649|Corrected issue related to a datetime, grouped by week, which is being passed as the drilldown key to a subreport. Some days were being placed in the wrong week grouping.|
31
-|6.10.0.19|June 6|27690|Added new setting, UseStrictDateTimeFilterParsing, which is a bool that determines if a Between date filter uses time as well as date (true) or just the date portion (false) of a datetime. The default value is false.|
32
-|6.10.0.19|June 6|27728|Corrected Instant Report filter behavior where the second value in a two part filter may sometimes not appear in a popup.|
33
-|6.10.0.19|June 6|27729|Fixed some inconsistencies around setting a default category via code on Dashboards.|
34
-|6.10.0.19|June 6|27745|Ensured that running InvalidateSchemaCache clears all in memory caches as well as disk caches.|
35
-|6.10.0.19|June 6|27779|Prevented a rare exception which could occur in the language resource files related to the PleaseEnterValidValueFormat string.|
36
-|6.10.0.19|June 6|27787|Prevented the popup calendar for a customized date field from appearing on a printed (PDF and HTML) export.|
12
+|6.10.0.20|July 11|25920|Removed dependence on Izenda's rs.aspx from being in the application root folder rather than an Izenda subfolder.|
13
+|6.10.0.20|July 11|27498|Corrected joining engine to prevent joins from being built incorrectly relative to how they appear in the UI control, for example LEFT joins being reversed in the query.|
14
+|6.10.0.20|July 11|27723|Added support for long text descriptions on dashboard tiles. Long descriptions will be truncated at a certain limit, but the full text will be displayed in a hovering tooltip.|
15
+|6.10.0.20|July 11|27724|Refactored code to better support Require.js and Angular.js.|
16
+|6.10.0.20|July 11|27750|Made export limit setting apply to subtotal query when exporting.|
17
+|6.10.0.20|July 11|27759|Expanded support for stored procedures which only use IN parameters.|
18
+|6.10.0.20|July 11|27767|Corrected format being lost from pie charts when editing report.|
19
+|6.10.0.20|July 11|27769|Fixed conflicts between different culture settings if AdHocSettings.Culture conflicts with culture specified in the web.config.|
20
+|6.10.0.20|July 11|27775|Corrected an issue related to exporting inverted grids to excel.|
21
+|6.10.0.20|July 11|27808|Ensured table filtering from Auto Chart visualization activity is reflected in print mode.|
22
+|6.10.0.20|July 11|27814|Corrected issue preventing datetimes from being used as a drilldown key if there is a culture token mismatch between parent and child reports.|
23
+|6.10.0.20|July 11|27818|Fixed popup calendar for custom date using Instant Reports.|
24
+|6.10.0.20|July 11|27819|Changed BulkCSV to apply a default format rather than display a blank cell for an unsupported format.|
25
+|6.10.0.20|July 11|27820|Properly flagged fields calculated via expression as calculated for the purpose of filtering.|
26
+|6.10.0.20|July 11|27821|Prevented reports from sharing filter settings and values when more than one report is open in the same browser session and both are refreshed simultaneously.|
27
+|6.10.0.20|July 11|27823|Fixed object reference error which can arise when a filter with multiple listed numerical values is applied to a calculated field.|
28
+|6.10.0.20|July 11|27844|Corrected some errors related to escaping brackets when using the native SQL REPLACE() function.|
29
+|6.10.0.20|July 11|27880|Corrected an error preventing hidden filters from applying to filter population in some circumstances.|
30
+|6.10.0.20|July 11|27912|Fixed some dashboard loading problems when dashboards and report parts were being saved with the same name across tenants.|
31
+|6.10.0.20|July 11|27913|Refactored HttpContext.Current.Items to manage request cache.|
32
+|6.10.0.20|July 11|27933|Corrected an issue preventing pivot behavior overrides from producing correct output.|
33
+|6.10.0.20|July 11|27934|Fixed placement of 'United Kingdom' and 'Hong Kong' strings in World Tour visualization.|
34
+|6.10.0.20|July 11|27970|Corrected error which could occur when using visual groups on an unsaved report lacking a report name (rn property).|
35
+|6.10.0.20|July 11|27982|Prevented a Null Reference Error which could occur if a dashboard cannot find cached source reports while loading.|
36
+
37 37
38 38
39 39