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 stripped-min-length check #3436

Merged
merged 1 commit into from
Aug 1, 2016
Merged

Fix stripped-min-length check #3436

merged 1 commit into from
Aug 1, 2016

Conversation

avoelkl
Copy link
Contributor

@avoelkl avoelkl commented Feb 17, 2016

$(value).text() is wrong in here. Actually this will evaluate to $("someinputtext").text() where $("someinputtext") is an empty object and therefor the check will always return false as the upcoming method .text() returns an empty string.
$(element) is the input element and it needs .val() to retrieve the text from the input element.

$(value).text() is wrong in here. Actually this will evaluate to $("someinputtext").text() where $("someinputtext") is an empty object and therefor the check will always return false as the upcoming method .text() returns an empty string.
$(element) is the input element.
@sshrewz sshrewz added the CS label Feb 17, 2016
@guz-anton guz-anton self-assigned this Feb 29, 2016
@avoelkl
Copy link
Contributor Author

avoelkl commented Mar 17, 2016

Wonder if this will get merged before we we-run the Travis checks?! Two checks failed due to some query execution/connection errors. Can someone please restart the Travis build? Thanks.

@Vinai
Copy link
Contributor

Vinai commented Mar 17, 2016

Restarted the build. The other days builds failed because of "System going down for reboot" notices :D

@avoelkl
Copy link
Contributor Author

avoelkl commented Mar 21, 2016

Thanks @Vinai :)

@MomotenkoNatalia
Copy link
Contributor

Hi @avoelkl Thanks for contributing! Our internal ticket - MAGETWO-55217

@mmansoor-magento mmansoor-magento merged commit 6d996b8 into magento:develop Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants