mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-29 15:59:22 -04:00
Add a weight column to the items model. Change the album ordering to
use this as the default instead of id. This prepares the way for manual reordering in the organize functionality.
This commit is contained in:
@@ -31,7 +31,7 @@ class Albums_Controller_Test extends Unit_Test_Case {
|
||||
$_POST["name"] = "new name";
|
||||
$_POST["title"] = "new title";
|
||||
$_POST["description"] = "new description";
|
||||
$_POST["column"] = "id";
|
||||
$_POST["column"] = "weight";
|
||||
$_POST["direction"] = "ASC";
|
||||
$_POST["csrf"] = access::csrf_token();
|
||||
$_POST["_method"] = "put";
|
||||
|
||||
Reference in New Issue
Block a user