Skip to content

Commit

Permalink
Merge pull request #98 from Brothapps/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
xbaro authored Oct 21, 2021
2 parents a37ff56 + f523d90 commit 881c7a6
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion src/tesla_ce/fixtures/ui_options.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,33 @@
"enabled":true,
"institution":null,
"user":null,
"roles":"GLOBAL_ADMIN",
"roles":"GLOBAL_ADMIN,ADMIN,SEND",
"created_at":"2021-09-02T08:18:14.403Z",
"updated_at":"2021-09-02T08:18:14.403Z"
}
},
{
"model":"tesla_ce.uioption",
"pk":10,
"fields":{
"route":"administration-send-categories",
"enabled":true,
"institution":null,
"user":null,
"roles":"GLOBAL_ADMIN,ADMIN,SEND",
"created_at":"2021-09-02T08:18:14.403Z",
"updated_at":"2021-09-02T08:18:14.403Z"
}
},
{
"model":"tesla_ce.uioption",
"pk":11,
"fields":{
"route":"administration-send-users",
"enabled":true,
"institution":null,
"user":null,
"roles":"GLOBAL_ADMIN,ADMIN,SEND",
"created_at":"2021-09-02T08:18:14.403Z",
"updated_at":"2021-09-02T08:18:14.403Z"
}
Expand Down

0 comments on commit 881c7a6

Please sign in to comment.