[hg] galaxy 3766: Fix for exporting workflows with input dataset...
details: http://www.bx.psu.edu/hg/galaxy/rev/f7cf88978f1f changeset: 3766:f7cf88978f1f user: James Taylor <james@jamestaylor.org> date: Mon May 10 14:30:18 2010 -0400 description: Fix for exporting workflows with input dataset modules diffstat: lib/galaxy/workflow/modules.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r dd6d09de392e -r f7cf88978f1f lib/galaxy/workflow/modules.py --- a/lib/galaxy/workflow/modules.py Mon May 10 12:50:09 2010 -0400 +++ b/lib/galaxy/workflow/modules.py Mon May 10 14:30:18 2010 -0400 @@ -122,7 +122,7 @@ .add_text( "name", "Name", value=self.state['name'] ) return self.trans.fill_template( "workflow/editor_generic_form.mako", module=self, form=form ) - def get_state( self ): + def get_state( self, secure=True ): return to_json_string( self.state ) def update_state( self, incoming ):
participants (1)
-
James Taylor