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

pkp/pkp-lib#291 Permit association of files with chapters in OMP #292

Merged
merged 5 commits into from
Jan 19, 2015

Conversation

asmecher
Copy link
Member

There are a few subtle fixes here required for pkp-lib; the commit comments describe them more completely.


// If the default behavior was prevented for any reason, stop.
if (formSubmitEvent.isDefaultPrevented()) {
if (defaultPrevented) {
return;
}

Copy link
Member

Choose a reason for hiding this comment

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

@asmecher, was this a rewrite to fix a bug or were you rewriting to improve clarity or linting? I guess I'm just wondering why it was part of this particular pull request.

Copy link
Member

Choose a reason for hiding this comment

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

ah nevermind -- this allows for more than one form within the same form widget I think.

jnugent added a commit that referenced this pull request Jan 19, 2015
#291 Permit association of files with chapters in OMP
@jnugent jnugent merged commit 7d3fd3c into pkp:master Jan 19, 2015
@asmecher asmecher deleted the i291-fix branch April 9, 2015 23:03
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.

2 participants