如何让PlanEstimate刷卡

时间:2013-06-28 19:41:18

标签: rally

我四处搜索,但没看到如何在自定义看板上刷卡上的PlanEstimate。

我已经覆盖了CardContentRight,然后尝试设置showPlanEstimate,但是没有用。

我在文档中看到有一个setShowPlanEstimate,但是再次确定在哪里实际放置该代码以使其出现。

    Ext.define('Rally.ui.cardboard.plugin.MyCardContentRight', {
        alias: 'plugin.mycardcontentright',
        extend: 'Rally.ui.cardboard.plugin.CardContentRight',
        config : {
            showPlanEstimate: true
        }

    });

可能是一个简单的答案,但我似乎无法在我的卡片上显示它们。不能我只是设置卡以使它显示,或者我真的必须覆盖CardContentRight才能让它显示?

1 个答案:

答案 0 :(得分:0)

只要卡上指定的fields包含PlanEstimate,并且正在提取的数据包含此字段,它就可以正常工作而无需扩展卡内容权限插件。