[*] BO : Features are now sortable.
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8751 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+10
-1
@@ -110,6 +110,15 @@ $(document).ready(function() {
|
||||
}
|
||||
}
|
||||
|
||||
if (table.id == 'feature') {
|
||||
params = {
|
||||
ajaxFeaturesPositions: true,
|
||||
id_feature : ids[1],
|
||||
way: way,
|
||||
token: token
|
||||
}
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
async: false,
|
||||
@@ -147,7 +156,7 @@ $(document).ready(function() {
|
||||
}
|
||||
else
|
||||
{
|
||||
if (table.id == 'product' || table.id.indexOf('attribute') != -1 || table.id == 'attribute_group')
|
||||
if (table.id == 'product' || table.id.indexOf('attribute') != -1 || table.id == 'attribute_group' || table.id == 'feature')
|
||||
{
|
||||
var reg = /_[0-9][0-9]*$/g;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user