Column order saving to Changeset

This commit is contained in:
2018-08-10 13:11:50 +02:00
parent 1fbd3384ce
commit aceb0453fc
4 changed files with 33 additions and 1 deletions
@@ -188,6 +188,11 @@ class TableEditController extends Controller
$resp = $changeset->addBlankCol();
break;
case 'col.sort':
$changeset->setColOrder($input->order);
$resp = null;
break;
default:
$resp = "Bad Action";
$code = 400;