// fix #PSTEST-701 - added some warnings when informations is missing in product edition / creation
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13475 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+3
-1
@@ -107,6 +107,8 @@ function copy2friendlyURL()
|
||||
$('#link_rewrite_' + id_language).val(str2url($('#name_' + id_language).val().replace(/^[0-9]+\./, ''), 'UTF-8'));
|
||||
if ($('#friendly-url'))
|
||||
$('#friendly-url').html($('#link_rewrite_' + id_language).val());
|
||||
// trigger onchange event to use anything binded there
|
||||
$('#link_rewrite_' + id_language).change();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1175,4 +1177,4 @@ function display_action_details(row_id, controller, token, action, params) {
|
||||
current_element.parent().parent().parent().find('.details_'+id).show('fast');
|
||||
current_element.data('opened', true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user