-
Notifications
You must be signed in to change notification settings - Fork 3
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
employee and car pages updated #251
Conversation
if (car == null) | ||
{ | ||
return NotFound(); | ||
} | ||
return PartialView("_CarDetailsForMechanicHandover", car); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this also be optimized?
}); | ||
$(this).find('#carEditModalContent').empty(); | ||
$(this).off('hidden.bs.modal'); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A blank line is not required.
backdrop: 'static', | ||
keyboard: false | ||
}).modal('show'); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A blank line is not required.
$.getScript('/lib/jquery-validation/dist/jquery.validate.min.js', function () { | ||
$.getScript('/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js'); | ||
}); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A blank line is not required.
document.getElementById("monthlyMediumFuel").value = monthlyMediumFuel.toFixed(1); | ||
} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A blank line is not required.
crud operations are available for employee and car