From 33a9cefdcfbf5177b0a72ef42da4a98fca8761fe Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 10 May 2016 00:26:03 +0200 Subject: * sort priority for calendar groups --- app/php/model/Category.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/php') diff --git a/app/php/model/Category.php b/app/php/model/Category.php index 5e71e53..87b97b6 100644 --- a/app/php/model/Category.php +++ b/app/php/model/Category.php @@ -9,10 +9,12 @@ class Category extends ActiveRecord { public $ID; public $Name; + public $Priority; public static $COLUMN_MAPPING = [ 'id' => 'ID', - 'name' => 'Name' + 'name' => 'Name', + 'priority' => 'Priority' ]; public static $RELATIONS = [ -- cgit v1.2.3