Store comment sorting direction in user metadata
This commit is contained in:
@@ -10,6 +10,8 @@ namespace Kanboard\Model;
|
||||
*/
|
||||
class UserMetadataModel extends MetadataModel
|
||||
{
|
||||
const KEY_COMMENT_SORTING_DIRECTION = 'comment.sorting.direction';
|
||||
|
||||
/**
|
||||
* Get the table
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user