Skip to content

Commit

Permalink
Upgrades ImageViewerCell to ImageOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Apr 8, 2015
1 parent fa5dc0f commit d64b5ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vistrails/packages/spreadsheet/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ def handle_module_upgrade_request(controller, module_id, pipeline):
module_remap, module_id, pipeline,
'RichTextCell', 'org.vistrails.vistrails.basic:RichTextOutput',
'0.9.4', 'File')
module_remap = upgrade_cell_to_output(
module_remap, module_id, pipeline,
'ImageViewerCell', 'org.vistrails.vistrails.basic:ImageOutput',
'0.9.4', 'File')

return UpgradeWorkflowHandler.remap_module(controller,
module_id,
Expand Down

0 comments on commit d64b5ac

Please sign in to comment.