Release Notes - Version 1.7

Release 1.7.2

Released on Jun 4, 2013

Minor improvements and bug fixes

  • IGRID-1563 - XML view must encode data else we get rendering errors

  • IGRID-1695 - NULL in cascade_child_name column after edit popup

  • IGRID-1696 - Option name in cascade_child column after edit popup cascading

  • IGRID-1697 - Empty string in cascade_child_name column after in-cell edit cascading

  • IGRID-1698 - Value for cascade_parent column is not changed by in-cell editing

  • IGRID-1749 - JSON.parse error while cascading.

  • IGRID-1769 - Population column from custom field doesn't work

Release 1.7.1

Released on Apr. 21, 2013

Minor improvements and bug fixes

  • IGRID-1427 - Merge of static and prepopulated rows does not work properly

  • IGRID-1429 - When accessing an issue create form 'full screen', grid doesn't show

  • IGRID-1489 - Radio button name is stored in DB instead of value

  • IGRID-1552 - Empty value for a date in popup if no defaultDate and DefaultValue defined.

  • IGRID-1553 - col.query.parameters causes an unreasonable error when creating an issue

  • IGRID-1561 - Refresh grid on create issue screen with a user or project query parameter causes NPE

  • IGRID-1562 - System locale conflicts with client-side date value validation

  • IGRID-1584 - Oracle ds, textarea and "Duplicate row" button

  • IGRID-1588 - Oracle ds, textarea and "clear all duplicates" button

  • IGRID-1042 - col.xyz.required=true permits empty row edition with "insert rows"

  • IGRID-1285 - Rename 'table grid field' to 'table grid editor'

  • IGRID-1357 - bogus where clause doesn't provide necessary detail such that user can correct

  • IGRID-1412 - Security Level restricted issues are still accessible through the grid search facility

  • IGRID-1419 - A query starting from parenthesis causes NPE 

Release 1.7.0

Released on Mar, 15, 2013

Criteria based grid search

This release contains a major new feature - demanded by about every customer - searching through the grid data.
With version 1.7 of the table grid editor you can specify a JQL using the grid function, allowing you to select these issues
with particular values (or combination of values) in the grid 

For instance

Example of a criteria based grid search

issue in grid ("checklist", "status = 'Open' and due < now()")

Check for more details the page about the Criteria based grid search.

 

Create panel is updated correctly when switching project / issue type

When using JIRA 5 or higher, the grid was not displayed when switching project or issue type.
This has now been fixed.

col.xyz.width is now respected

In previous versions, the col.xyz.width was not respected in all cases. This has been rectified.  Take into account that this might impact some of your existing grids - so check the grids (and the popup forms) after your upgrade.



Please check your current grid configurations as the width is now interpreted differently.


Issues addressed in this release

  • [IGRID-555] - When switching issuetypes in a J500 issue dialog form, new grid is not initialized correctly

  • [IGRID-1334] - json serialization error

  • [IGRID-1357] - bogus where clause doesn't provide necessary detail such that user can correct

  • [IGRID-1358] - It is possible to search grids with an invalid license

  • [IGRID-1376] - IE8 error: 'Not enough storage is available to complete this operation'

  • [IGRID-1377] - IE8 error: 'HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)'

  • [IGRID-1403] - "Create another" tick forces grids to become unrendered