mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
return minimum role from mattermostauthlayer functions (#4182)
This commit is contained in:
parent
696a1f3202
commit
3cba505101
@ -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 New Issue
Block a user