return minimum role from mattermostauthlayer functions (#4182)
This commit is contained in:
parent
696a1f3202
commit
3cba505101
1 changed files with 2 additions and 0 deletions
|
@ -607,6 +607,7 @@ func boardFields(prefix string) []string {
|
|||
"COALESCE(created_by, '')",
|
||||
"modified_by",
|
||||
"type",
|
||||
"minimum_role",
|
||||
"title",
|
||||
"description",
|
||||
"icon",
|
||||
|
@ -801,6 +802,7 @@ func (s *MattermostAuthLayer) boardsFromRows(rows *sql.Rows) ([]*model.Board, er
|
|||
&board.CreatedBy,
|
||||
&board.ModifiedBy,
|
||||
&board.Type,
|
||||
&board.MinimumRole,
|
||||
&board.Title,
|
||||
&board.Description,
|
||||
&board.Icon,
|
||||
|
|
Loading…
Reference in a new issue