1

我四处搜索,但没有看到如何在自定义看板中的卡片上进行 PlanEstimate 滑动。

我已覆盖 CardContentRight,然后尝试设置 showPlanEstimate,但无济于事。

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

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

    });

可能是一个简单的答案,但我似乎无法在我的卡片上显示它们。我不能以某种方式设置卡片以使其显示,还是我真的必须覆盖 CardContentRight 才能显示?

4

1 回答 1

0

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

于 2013-07-02T03:14:46.863 回答