Rally Software

 View Only
  • 1.  Custom app grid column config not working

    Posted Sep 18, 2017 08:04 PM

    I was customizing the WSJF Grid app and ran into an issue where the column configuration is not being shown or preserved as expected.  I'd appreciate any suggestions about how to make the column customization work.

     

    Here's a way to reproduce the issue:

    gridConfig: {
    store: store,
    columnCfgs: [
    'Name',
    that.TimeCriticalityField, that.RROEValueField,
    that.UserBusinessValueField,
    { dataIndex: that.JobSizeField, text: "Prelim Est", align: "center" },
    this.getSetting("useExecutiveMandateField")===true ? this.getSetting("ExecutiveMandateField") : null,
    {
    text: "WSJF Score",
    dataIndex: that.WSJFScoreField,
    editor: null
    }
    ]
    },

    • Problems:
      1. Change does not take effect until delete app and replace it.  Replacing the source in the Custom HTML settings is not enough
      2. After refreshing a few times, the formatting disappears (but the custom column heading remains)

     

    Thanks for any ideas!



  • 2.  Re: Custom app grid column config not working
    Best Answer

    Posted Sep 21, 2017 07:05 PM

    Hi Cathrin,

     

    I see you have logged a support ticket for this issue. I will work with you from that ticket.

     

    Thanks,

    Sean Davis



  • 3.  Re: Custom app grid column config not working

    Posted Sep 25, 2017 04:40 PM

    For anyone interested, this is now being tracked as a defect in the SDK.