Skip to content

Commit

Permalink
Make the plugins available in study level
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiao committed Jan 28, 2016
1 parent 4ea9380 commit 96c12e5
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@ var StudyView = React.createClass({

removeFiles = (<button title="Removes the file physically" onClick={self.showRemove.bind(null, item)}
className="btn btn_dicoogle btn-xs fa fa-trash-o"></button>);

return (<div>
{unindex}
{removeFiles}
{/* plugin-based result options */}
<PluginView style={{display: 'inline-block'}} slotId="result-options" data={{
'data-result-type': 'study',
'data-result-uid': item.studyInstanceUID
}}/>
</div>);
}
return (<div>
{unindex}
{removeFiles}
{/* plugin-based result options */}
<PluginView style={{display: 'inline-block'}} slotId="result-options" data={{
'data-result-type': 'study',
'data-result-uid': item.studyInstanceUID
}}/>
</div>);

}
return (<div></div>);
},
Expand Down

0 comments on commit 96c12e5

Please sign in to comment.