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

Partially fixes #229 #312

Merged
merged 1 commit into from
Apr 18, 2018
Merged

Partially fixes #229 #312

merged 1 commit into from
Apr 18, 2018

Conversation

bytestream
Copy link
Collaborator

See second issue described here #229 (comment)

Assuming you're happy with this I would appreciate if I can also copy to v1. Please could you create a v1 branch or copy this yourself?

@@ -160,7 +160,7 @@ laravelValidation = {

var param = typeof param === "string" && { url: param } || param;

if ( previous.old === value ) {
if (laravelValidation.helpers.arrayEquals(previous.old, value) || previous.old === value) {

Choose a reason for hiding this comment

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

Line is too long.

@antonkomarev
Copy link
Contributor

antonkomarev commented Mar 20, 2018

I've created branch v1. Sorry I don't have enough time to test and merge it now. Could anybody confirm that this fix solves an issue?

@antonkomarev
Copy link
Contributor

antonkomarev commented Apr 17, 2018

@bytestream could you resolve conflicts to make it mergeable, please?

Additionally you could run gulp with --production flag to build .min file.

@bytestream
Copy link
Collaborator Author

@a-komarev done

@antonkomarev
Copy link
Contributor

@bytestream great, thanks! Have you tested it? Because I've tested only 1st part of your solution and merged it because its working well.

@bytestream
Copy link
Collaborator Author

@a-komarev it resolved the issue I was having but I haven't tested it extensively

@antonkomarev
Copy link
Contributor

I'll merge it to allow you, @derekmd and other people who has same issue to test it on dev-master, and if there will be no issues - I will make a release.

@antonkomarev antonkomarev merged commit 00c0fad into proengsoft:master Apr 18, 2018
@bytestream bytestream deleted the fix-229 branch June 6, 2018 14:44
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.

None yet

3 participants