Store board collapsed mode user preference in the database
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Kanboard\Model;
|
||||
class UserMetadataModel extends MetadataModel
|
||||
{
|
||||
const KEY_COMMENT_SORTING_DIRECTION = 'comment.sorting.direction';
|
||||
const KEY_BOARD_COLLAPSED = 'board.collapsed.';
|
||||
|
||||
/**
|
||||
* Get the table
|
||||
|
||||
Reference in New Issue
Block a user