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