Known-Issues.md
... ...
@@ -5,34 +5,23 @@
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 July 7, 2017.
8
+This list of issues is tentative and expected to change. Last updated on July 14, 2017.
9 9
10 10
|Expected Release|Tenative Date|Case|Notes|
11 11
|:----|:-----------|:----------------|:---------------|
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.|
12
+|6.20.0.21|August 8|27497|Filter inheritance in subreports was behaving differently in Report Designer and Report Viewer. Now filters inherit consistently across pages.|
13
+|6.20.0.21|August 8|27692|Corrected issue with indicator bars on legacy maps (not visualizations) displaying incorrect values.|
14
+|6.20.0.21|August 8|27734|Fixed thumbnail duplication when dashboards belong to "_global_" tenant, which caused performance hits.|
15
+|6.20.0.21|August 8|27809|Refactored scheduler to be more stable, performant, and support logging.|
16
+|6.20.0.21|August 8|27817|Expanded support for custom formats for datetimes when using filters in Instant Reports.|
17
+|6.20.0.21|August 8|27885|Refactored PhantomJS to handle page breaks after visual groups.|
18
+|6.20.0.21|August 8|27901|Small change to dashboards permitting an override for custom sorting of dashboards by name and category.|
19
+|6.20.0.21|August 8|27928|Prevented filters from having their description set to 'null' under some conditions.|
20
+|6.20.0.21|August 8|27930|The following settings were not being respected in Instant Reports v2: HeaderForegroundColor, ItemForegroundColor, ReportHeaderColor, ReportItemColor, ReportAlternatingItemColor, ReportBorderColor.|
21
+|6.20.0.21|August 8|27962|Refactored constraints to prevent duplicate constraints from being created.|
22
+|6.20.0.21|August 8|27996|Made filters update on dashboard tile sync with other report metadata.|
23
+|6.20.0.21|August 8|28010|Some formats, such as percent of group, consistently display on pivots even with zero/null data.|
24
+
36 25
37 26
38 27