You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @returns {String[]} List of field names needed to render, used in addition to Rally.ui.cardboard.Card.getDisplayedContentFields to create Rally.ui.cardboard.Card.getRequiredFetchFields
* @protected
*/
getAdditionalFetchFields: function() {
return [];
},
/**
* @returns {String[]} List of field names to be displayed in the card content
* @protected
*/
getDisplayedContentFields: function() {
return ['Name'];
}
},
getOwnerDataFromRecord: function(record){
var ownerData = {};
var contextPath = Rally.environment.getServer().getContextUrl();