我四处搜索,但没有看到如何在自定义看板中的卡片上进行 PlanEstimate 滑动。
我已覆盖 CardContentRight,然后尝试设置 showPlanEstimate,但无济于事。
我在文档中看到有一个 setShowPlanEstimate,但同样,不确定在哪里实际放置该代码以使其出现。
Ext.define('Rally.ui.cardboard.plugin.MyCardContentRight', {
alias: 'plugin.mycardcontentright',
extend: 'Rally.ui.cardboard.plugin.CardContentRight',
config : {
showPlanEstimate: true
}
});
可能是一个简单的答案,但我似乎无法在我的卡片上显示它们。我不能以某种方式设置卡片以使其显示,还是我真的必须覆盖 CardContentRight 才能显示?