IBM Support

JR44740: TABLE VISIBILTY REVERTED BACK TO READONLY

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • There might be a need to be able to dynamically change the
    visibility of an entire column in a table.
    If performing this by binding the table column to a visibility
    variable, and setting this varibale during execution to EDITABLE
    (and this has been tried using EDITABLE or Editable as the
    string value) the table column will revert to being readonly.
    

Local fix

  • V800:
    a) Copy CoachView Table from Coaches toolkit into the user's
    process ap
    (don't rename the copy), add the following if-statement at the
    beginning
    of doStartEdit() in the copy's inline javascript:
     doStartEdit: function(inCell, inRowIndex) {
      if (! this.tableView.isClickToEdit()) {
       return;
      }
      (... original content of doStartEdit...)
     },
    b) Modify the user Coach/CoachViews to use the copy created in
    (a)
    instead of the one in Coaches toolkit.
    c) Check/Select the Table's config option Disable-Click-To-Edit.
    
    --------------------------------------------
    
    
    V801:
    The work around would be:
    The if-statement in (a) above is:
     doStartEdit: function(inCell, inRowIndex) {
      if (! this.tableView.isClickToEdit(inCell.layoutIndex)) {
       return;
      }
      (... original content of doStartEdit...)
     },
    
    
    --------------------------------------------
    Note: without the workaround, Disable-Click-to-Edit only works
    properly
    when the cells' visibilities do not change at runtime.
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  Users of Tables in New Generation Coach in  *
    *                  BPM V8.0                                    *
    ****************************************************************
    * PROBLEM DESCRIPTION: Table Cell Visibility in Coach View     *
    *                      resetting inconsistently                *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    Table Cell Visibility in Coach View resetting to it's default
    when bound to a variable.
    User will no be able to use custom visibility bound by a
    variable to  a table column correctly.
    Behavior is inconsistent and it is reset to the
    default visibility when a user clicks the column cell.
    

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    JR44740

  • Reported component name

    BPM ADVANCED

  • Reported component ID

    5725C9400

  • Reported release

    800

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2012-11-13

  • Closed date

    2013-03-01

  • Last modified date

    2013-03-16

  • 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

    BPM ADVANCED

  • Fixed component ID

    5725C9400

Applicable component levels

  • R800 PSY

       UP

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSFTN5","label":"IBM Business Process Manager Advanced"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.0","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
12 October 2021