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

MYG-53314 - Adding VIN to CSV for import #300

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

dab09
Copy link

@dab09 dab09 commented Apr 12, 2023

Need a review, adding VIN to SDK example to simplify for resellers, Fleet Managers.

dab09 added 2 commits April 12, 2023 14:30
Need a review, adding VIN to SDK example to simplify for resellers, Fleet Managers.
updating formatting error/spacing
@@ -124,7 +124,10 @@ <h2>Help</h2>
alert("Group name on line " + (i + 1) + " exceeds 255 characters");
return;
}

if (split[3].length > 255) {
Copy link
Contributor

Choose a reason for hiding this comment

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

@dab09 I think that this might still be a split[2] for checking the length of the GroupName, with the split[3] it's evaluating the VIN.

@jpazgeo
Copy link
Contributor

jpazgeo commented Apr 13, 2023

@dab09 let me know if the requested change makes sense, if it does please do the change and then I can merge the request.

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