dtolabs / yana2

Yet Another Node Authority ... because you wanted an agile Real-Time Service Model (RTSM)
8 stars 1 forks source link

Use relationship name in Show Node's relationship box #123

Closed ahonor closed 12 years ago

ahonor commented 12 years ago

Currently, it is the role name of the NodeTypeRelationship displayed along with the Node. Eg.

Change it to use the ChildNode relationship name. I.E.,

{NodeType.iconImage} {ChildNode.relationshipname} {Node.name}

Example: Given a relationshipname "packages" and a child node called simple.war of type Package:

Children

{NodeType.iconImage} packages : simple.war