Skip to content

Commit

Permalink
Minor changes to filter for "user" type.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemorken committed Dec 13, 2024
1 parent beaf892 commit 5759fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/types/user/userFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ var userFilter = function (options)
user_date_birth: { HEADER:"Birth date", DISPLAY:0, TYPE:"date" },
user_telephone: { HEADER:"Telephone", DISPLAY:1, TYPE:"text" },
user_email: { HEADER:"Email", DISPLAY:1, TYPE:"email"},
user_result: { HEADER:"Result", DISPLAY:1, TYPE:"function", FUNCTION:"displayUserResult" },
user_attended: { HEADER:"Att.", DISPLAY:1, TYPE:"check", FUNCTION:"dataSetAttended" },
user_result: { HEADER:"Result", DISPLAY:1, TYPE:"select", SELECT: {0:"No",1:"Yes"} },
user_attended: { HEADER:"Att.", DISPLAY:1, TYPE:"check", FUNCTION:"dataSetAttended" },
user_role: { HEADER:"Role", DISPLAY:1 /*!par_type*/ /* TODO */, TYPE:"label" },
},
head: {
Expand Down

0 comments on commit 5759fc0

Please sign in to comment.