Skip to content

Commit

Permalink
plugins: store row where plugin output was created
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed May 12, 2022
1 parent cecc133 commit 85cf207
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jdaviz/core/template_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,8 @@ def add_results_from_plugin(self, data_item):
if self.label_invalid_msg:
raise ValueError(self.label_invalid_msg)
data_item.meta['Plugin'] = self._plugin.__class__.__name__
if self.app.config == 'mosviz':
data_item.meta['mosviz_row'] = self.app.state.settings['mosviz_row']

replace = self.viewer.selected_reference != 'spectrum-viewer'

Expand Down

0 comments on commit 85cf207

Please sign in to comment.