Skip to content
Snippets Groups Projects

Greg 61 role button

Merged Andreas Ellewsen requested to merge GREG-61-role-button into master
All threads resolved!
16 files
+ 505
119
Compare changes
  • Side-by-side
  • Inline
Files
16
  • Code for guest routes moved to their own folder so that we don't need
    multiple api calls.
    Serializer class for roles has been simplified with methods for
    validation of each field and a separate one used in invites without
    requiring the person field.
    
    Resolves: GREG-61
@@ -17,6 +17,8 @@
"roleStartDate": "From",
"roleEndDate": "To",
"comment": "Comment",
"contact": "Contact person",
"searchable": "Available in search?",
"email": "E-mail",
"fullName": "Full name",
"mobilePhone": "Mobile phone",
@@ -25,6 +27,7 @@
"countryCallingCode": "Country code"
},
"sponsor": {
"addRole": "Add role",
"contactInfo": "Contact information",
"roleInfo": "Guest role- and period information",
"roleInfoText": "You can change the start and end dates for the role.",
Loading