Skip to content

Commit c26f8f0

Browse files
authored
Merge pull request #8 from shaker-quiz/registration
Add PATCH registration fields for admin and organizer roles
2 parents a8e25a2 + a9f3024 commit c26f8f0

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

source/fields/PATCH/registration/admin.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"name": "email",
2020
"kind": "email"
2121
},
22+
{
23+
"name": "channel",
24+
"kind": "autocomplete"
25+
},
26+
{
27+
"name": "confirmed_channel",
28+
"kind": "autocomplete"
29+
},
2230
{
2331
"name": "vkontakte",
2432
"kind": "string"

source/fields/PATCH/registration/organizer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"name": "email",
2020
"kind": "email"
2121
},
22+
{
23+
"name": "channel",
24+
"kind": "autocomplete"
25+
},
26+
{
27+
"name": "confirmed_channel",
28+
"kind": "autocomplete"
29+
},
2230
{
2331
"name": "vkontakte",
2432
"kind": "string"

0 commit comments

Comments
 (0)