Type Ratings | New Feature (#1360)
* Type Ratings Adding "Type Rating" definition and assignment possibility to v7 core. * Update ProfileController.php * StyleFix 1 * Update settings.yml Change description text as requested
This commit is contained in:
@@ -114,6 +114,12 @@
|
||||
$.pjax.submit(event, '#subfleet_ranks_wrapper', {push: false});
|
||||
});
|
||||
|
||||
$(document).on('submit', 'form.modify_typerating', function (event) {
|
||||
event.preventDefault();
|
||||
console.log(event);
|
||||
$.pjax.submit(event, '#subfleet_typeratings_wrapper', {push: false});
|
||||
});
|
||||
|
||||
$(document).on('submit', 'form.modify_expense', function (event) {
|
||||
event.preventDefault();
|
||||
console.log(event);
|
||||
|
||||
Reference in New Issue
Block a user