CMS MADE SIMPLE FORGE

Products

 

[#12186] Cannot reorder hierarchy

avatar
Created By: Mathieu Muths (airelibre) (airelibre)
Date Submitted: Fri Nov 08 11:57:04 -0500 2019

Assigned To: Robert Campbell (calguy1000)
Version: 2.28.7
CMSMS Version: 2.3-beta7
Severity: Minor
Resolution: None
State: Open
Summary:
Cannot reorder hierarchy
Detailed Description:
With newest versions of Jquery I had to update your admin_reorder_hierarchy.tpl
file with :

line 6:
if(subtree.length > 0)

line 28;
$('#submit_btn').on('click',function(){
     var tree = JSON.stringify(parseTree($('ul.sortable')));
     $('#orderdata').val(tree);
  });

Now it works back again on my 2.3-beta7 - Thanks


History