• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 2.16.0
    • None
    • None

      The ContentsTreeTool send messages like this

      		return {
                  id: messagebustype,
                  parameters: { 
                  	ids: [selectionId],
                  	parentNode: record.parentNode != null ? record.parentNode.get('contentId') : null,
                  	parentMetadataPath: record.get('metadataPath')
                  }
              };
      

      And the messagebustype can be 'content' ; but I don't this that "parentNode" and "parentMetadataPath" are valiid parameters for the "content" MessageTargetFactory ; at least they are not documented

            raphael Raphaël Franchet
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: