rally - How to add working query box to portfolioitemstreegrid app -
We want to use the PortfoliosGrid () app because there was a problem with the old portfolio drilldown app. We were able to edit app settings options by adding:
getSettingsFields: function () {var fields = this.callParent (argument); Fields.push ({type: 'query'}); Return field; }, but it does not filter anything, it just shows the box. What do we need to add to the question box work? The app already has a filter, but it is not flexible enough to run the questions we ask for us.
I also hope that doing something like this would allow the query wires in the tree-grading filter This does not work storeConfig is not on a tree cover:
if (this.getSetting ('query')) {config .storeConfig.filters = [Rally.data.QueryFilter (this.getSetting ('curiosity')]] fromQueryString; } A new hierarchical tree grid app will be available in one month, and it will take a query from the app settings dialog. I do not recommend extending it because this app is using the head (volatile) version 'x' of SDK2.
Comments
Post a Comment