IBM Support

PH22133: BSDATATABLE WIDGET OMITS CODE TO HANDLE THE NULL DATASET

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • Closed as program error.

Error description

  • Its observed the new BSDataTable widget omits the following code
    to handle the null dataset within the setdata function ie
    if(data == null)
    return;
    end
    
    The function is:
    function setData(v any[] in) (from bsdatatable)
    data = v;
    updateColumns();
    setAllDeselected();
    render();
    end
    
    
    The DataGrid RUI widget does include the applicable entry ie:
    function setData(data any[] in) (from datagrid)
    if(data == null)
    return;
    end
    if(ui.id == "")
    ui.id = this.internalID + "_container";
    end
    grid.id = this.internalID;
    this.data = data;
    updateColumns();
    setAllDeselected();
    render();
    end
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    * EGL users implementing RUI applications Bootstrap Widgets    *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    * Seen in EGL programs incorporating Bootstrap BSDataTable     *
    * widgets                                                      *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    

Problem conclusion

  • The issue is fixed in 9.6.0.1
    

Temporary fix

Comments

APAR Information

  • APAR number

    PH22133

  • Reported component name

    RATL BUS DEV

  • Reported component ID

    5724S5000

  • Reported release

    960

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2020-02-12

  • Closed date

    2021-07-21

  • Last modified date

    2021-07-21

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    RATL BUS DEV

  • Fixed component ID

    5724S5000

Applicable component levels

[{"Line of Business":{"code":"LOB35","label":"Mainframe SW"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSMQ79","label":"Rational Business Developer"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"960"}]

Document Information

Modified date:
22 July 2021