[galaxyproject/galaxy] d6f017: Escape parenthesis in output names
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: d6f01741a111180f5a4f3a4af56d017250dca124 https://github.com/galaxyproject/galaxy/commit/d6f01741a111180f5a4f3a4af56d0... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-09-07 (Fri, 07 Sep 2018) Changed paths: M client/galaxy/scripts/mvc/workflow/workflow-manager.js Log Message: ----------- Escape parenthesis in output names Otherwise this leads to: ``` webpack-internal:///0:1468 Uncaught Error: Syntax error, unrecognized expression: .callout.with (parenthesis) at Function.Sizzle.error (webpack-internal:///0:1468) at Sizzle.tokenize (webpack-internal:///0:2125) at Function.Sizzle (webpack-internal:///0:838) at Function.jQuery.find (webpack-internal:///453:290) at jQuery.fn.init.find (webpack-internal:///0:2792) at jQuery.fn.init.jQuery.fn.find (webpack-internal:///453:677) at child.eval (webpack-internal:///760:322) at Function.each (webpack-internal:///0:371) at Object.eval (webpack-internal:///760:319) at Function.each (webpack-internal:///0:371) ``` Commit: f5194910f724554df3b2ac17ff489c0c986cc1ac https://github.com/galaxyproject/galaxy/commit/f5194910f724554df3b2ac17ff489... Author: John Chilton <jmchilton@gmail.com> Date: 2018-09-07 (Fri, 07 Sep 2018) Changed paths: M client/galaxy/scripts/mvc/workflow/workflow-manager.js Log Message: ----------- Merge pull request #6680 from mvdbeek/subworkflow_escape_names Fix wf-editor when loading subworkflow with parenthesis in label Compare: https://github.com/galaxyproject/galaxy/compare/95462754c09f...f5194910f724 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
GitHub