Release Notes - Version 1.22

Version 1.22.1

Released - 4 Jan 2017

In this release we address a couple of bugs

  • IGRID-3622 - Fix "Invalid number ORA-01722" error for cascading lists

  • IGRID-3624 - Fix Tempo broken layout

  • IGRID-3629 - Table grid reader doesn't show correctly on workflow screens

  • IGRID-3638 - Api does not support custom field lists

  • IGRID-3648 - NPE on Issue Updated event

  • IGRID-3650 - ParseException in the logs

  • IGRID-3632 - Hide "no data" SQL warning from the log

Version 1.22

Released - 20 November 2016

Overview

  • Implement master detail use cases
    Cascade from one grid to another

  • Support for the clone plus add-on for JIRA

  • Adapt the day selection popup screen with the first day of week propery

  • Vairous bug fixes



Support for Master Detail use cases

Support Master Detail grids and grid cascades thanks to the gd.selector property.
With the selector property a user can select a row in a Table Grid Reader - Home which gets propagated to other grids. 

Assume you have 2 grids  'Country', 'City'.  The user can now select in the first grid a specific country, the 'City' grid will then automatically list all the related cities



Another use case is where you want to list all the employees of a department in a particular country, or list all fix versions of all components related to a released product.
 

Other enhancements

  • Support for the clone plus add-on for JIRA

  • New property - col.xyz.firstDayOfTheWeek can be used to change what the first day of the week is in a date popup

 

Bug fixes

  • IGRID-3512 - Create popup screen on create fullscreen shares the grid

  • IGRID-3583 - Connected Grid: minimize button is not shown on Issue Edit/Create popup

  • IGRID-3590 - Add API call does not parse data if col.xyz.formatDate is specified

  • IGRID-3602 - Connected grid does not look good on Workflow transition

  • IGRID-3615 - Column with name "at" causes 500 error

  • IGRID-3618 - col.xyz.formatUser is not applied when displaying a grid in an issue navigator

  • IGRID-3581 - Synchronizer should populate customfieldvalues for empty grids as well

  • IGRID-3617 - Make boolean value valid for Edit and Add API calls