Conversation
| return isIndividual(node) ? node.wdkReference.help | ||
| return isIndividual(node) ? node.wdkReference.description |
There was a problem hiding this comment.
Any idea why we were returning help here? Was there a good reason for it?
There was a problem hiding this comment.
My guess is that it has to do with the current implementation of getTooltipContent - in that function, we seem to be delegating to getDescription when the node either (1) isn't an individual or (2) doesn't have a "search" property.
There was a problem hiding this comment.
Ah, right. I think it also has to do with the fact that AttributeField doesn't have a description property. I think we might need to have some branching logic based on the type of wdkReference.
There was a problem hiding this comment.
yes the help is for attributes
There was a problem hiding this comment.
summary for questions.... for questions we would not want to deal with description...
No description provided.