Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subprocess activities in Hub definition view = issues when ' v' included in name #544

Closed
donaldoakes opened this issue Oct 25, 2018 · 0 comments
Assignees
Labels
Projects
Milestone

Comments

@donaldoakes
Copy link
Collaborator

The processname attribute causes problems identifying the configured subprocess due to this logic in configurator.js:

  Configurator.prototype.initSubprocBindings = function(widget, subproc) {
    var spaceV = subproc.lastIndexOf(' v');
    if (spaceV > 0)
      subproc = subproc(0, spaceV);
@donaldoakes donaldoakes added this to the 6.1.10 milestone Oct 25, 2018
@donaldoakes donaldoakes self-assigned this Oct 25, 2018
donaldoakes pushed a commit that referenced this issue Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
mdw-hub
Awaiting triage
Development

No branches or pull requests

1 participant