Skip to content

Commit

Permalink
Merge pull request #2127 from billmn/patch-1
Browse files Browse the repository at this point in the history
Fixed Component Group’s order
  • Loading branch information
jbrooksuk committed Oct 3, 2016
2 parents ad0954e + cc96ebb commit 707b4a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Controllers/Dashboard/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ public function postUpdateComponentGroupOrder()
$group,
$group->name,
$order + 1,
$group->collapsed
$group->collapsed,
$group->visible
));
}

Expand Down

0 comments on commit 707b4a8

Please sign in to comment.