Skip to content
Snippets Groups Projects
Commit 970f10a8 authored by Tore.Brede's avatar Tore.Brede
Browse files

Turning on comment and contact person fields for UiB

parent 251344c1
No related branches found
No related tags found
1 merge request!310Turning on comment and contact person fields for UiB
...@@ -14,9 +14,9 @@ function FeatureProvider(props: FeatureProviderProps) { ...@@ -14,9 +14,9 @@ function FeatureProvider(props: FeatureProviderProps) {
switch (appInst) { switch (appInst) {
case 'uib': case 'uib':
features = { features = {
displayContactAtUnit: false, displayContactAtUnit: true,
displayComment: false, displayComment: true,
displayContactAtUnitGuestInput: false, displayContactAtUnitGuestInput: true,
showGenderFieldForGuest: true, showGenderFieldForGuest: true,
} }
break break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment