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

Fix Extension #46

Merged
merged 5 commits into from
Aug 7, 2019
Merged

Fix Extension #46

merged 5 commits into from
Aug 7, 2019

Conversation

philippfromme
Copy link
Contributor

@philippfromme philippfromme commented Jul 31, 2019

  • fix extension
  • improve test coverage

Requires bpmn-io/bpmn-js#1141

Closes #45

@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Jul 31, 2019
@philippfromme philippfromme force-pushed the 45-fix-extension branch 4 times, most recently from fc5d916 to f00891e Compare August 1, 2019 14:03
@philippfromme philippfromme changed the title WIP Fix Extension Fix Extension Aug 2, 2019
@philippfromme philippfromme added needs review Review pending and removed in progress Currently worked on labels Aug 2, 2019
Copy link
Member

@nikku nikku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we're refactoring this extension, could we migrate it to ES6 on the fly, too?

Am I correct in the assumption that this change is a BREAKING one? If so, please write that in the commit. And please reference the issue you're closing in the commit message, too.

package.json Outdated Show resolved Hide resolved
});

});
'use strict';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you by accident convert this to Windows line endings?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, don't ask me how that happened.

@nikku
Copy link
Member

nikku commented Aug 2, 2019

With this thing being merged we should double check the existing copy and paste issues to see if we can close some.

@philippfromme
Copy link
Contributor Author

As we're refactoring this extension, could we migrate it to ES6 on the fly, too?

Good idea.

Am I correct in the assumption that this change is a BREAKING one? If so, please write that in the commit. And please reference the issue you're closing in the commit message, too.

It is breaking in the sense that it's now working and it previously wasn't.

* listener wasn't returning anything
* check for allowed parent elements

Requires bpmn-io/bpmn-js#1137
@nikku nikku merged commit 9a497c6 into master Aug 7, 2019
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extension Not Working
2 participants