@@ -81,25 +81,32 @@ public static function getExtraFields(): array
81
81
'display_text ' => 'Tags ' ,
82
82
'item_type ' => ExtraField::COURSE_FIELD_TYPE ,
83
83
'value_type ' => ExtraField::FIELD_TYPE_TAG ,
84
+ 'visible_to_self ' => true ,
85
+ 'changeable ' => true ,
84
86
],
85
87
[
86
88
'variable ' => 'video_url ' ,
87
89
'display_text ' => 'VideoUrl ' ,
88
90
'item_type ' => ExtraField::COURSE_FIELD_TYPE ,
89
91
'value_type ' => ExtraField::FIELD_TYPE_TEXT ,
92
+ 'visible_to_self ' => true ,
93
+ 'changeable ' => true ,
90
94
],
91
95
[
92
96
'variable ' => 'image ' ,
93
97
'display_text ' => 'Image ' ,
94
98
'item_type ' => ExtraField::SESSION_FIELD_TYPE ,
95
99
'value_type ' => ExtraField::FIELD_TYPE_FILE_IMAGE ,
100
+ 'visible_to_self ' => true ,
101
+ 'changeable ' => true ,
96
102
],
97
103
98
104
[
99
105
'variable ' => 'mail_notify_invitation ' ,
100
106
'display_text ' => 'Notify of invitations by email ' ,
101
107
'item_type ' => ExtraField::USER_FIELD_TYPE ,
102
108
'value_type ' => ExtraField::FIELD_TYPE_SELECT ,
109
+ 'visible_to_self ' => true ,
103
110
'default_value ' => 1 ,
104
111
'add_options ' => true ,
105
112
],
@@ -108,6 +115,7 @@ public static function getExtraFields(): array
108
115
'display_text ' => 'Notify of messages by email ' ,
109
116
'item_type ' => ExtraField::USER_FIELD_TYPE ,
110
117
'value_type ' => ExtraField::FIELD_TYPE_SELECT ,
118
+ 'visible_to_self ' => true ,
111
119
'default_value ' => 1 ,
112
120
'add_options ' => true ,
113
121
],
@@ -116,6 +124,7 @@ public static function getExtraFields(): array
116
124
'display_text ' => 'Notify of group messages by email ' ,
117
125
'item_type ' => ExtraField::USER_FIELD_TYPE ,
118
126
'value_type ' => ExtraField::FIELD_TYPE_SELECT ,
127
+ 'visible_to_self ' => true ,
119
128
'default_value ' => 1 ,
120
129
'add_options ' => true ,
121
130
],
@@ -131,12 +140,6 @@ public static function getExtraFields(): array
131
140
'item_type ' => ExtraField::USER_FIELD_TYPE ,
132
141
'value_type ' => ExtraField::FIELD_TYPE_TEXT ,
133
142
],
134
- [
135
- 'variable ' => 'tags ' ,
136
- 'display_text ' => 'Tags ' ,
137
- 'item_type ' => ExtraField::SKILL_FIELD_TYPE ,
138
- 'value_type ' => ExtraField::FIELD_TYPE_TAG ,
139
- ],
140
143
[
141
144
'variable ' => 'send_notification_at_a_specific_date ' ,
142
145
'display_text ' => 'Send notification at a specific date ' ,
@@ -172,12 +175,16 @@ public static function getExtraFields(): array
172
175
'display_text ' => 'Show in catalogue ' ,
173
176
'item_type ' => ExtraField::COURSE_FIELD_TYPE ,
174
177
'value_type ' => ExtraField::FIELD_TYPE_RADIO ,
178
+ 'visible_to_self ' => true ,
179
+ 'changeable ' => true ,
175
180
],
176
181
[
177
182
'variable ' => 'multiple_language ' ,
178
183
'display_text ' => 'In multiple languages ' ,
179
184
'item_type ' => ExtraField::COURSE_FIELD_TYPE ,
180
185
'value_type ' => ExtraField::FIELD_TYPE_SELECT_MULTIPLE ,
186
+ 'visible_to_self ' => true ,
187
+ 'changeable ' => true ,
181
188
],
182
189
[
183
190
'variable ' => 'acquisition ' ,
@@ -394,6 +401,8 @@ public static function getExtraFields(): array
394
401
'display_text ' => 'Language ' ,
395
402
'item_type ' => ExtraField::FORUM_CATEGORY_TYPE ,
396
403
'value_type ' => ExtraField::FIELD_TYPE_TEXT ,
404
+ 'visible_to_self ' => true ,
405
+ 'changeable ' => true ,
397
406
],
398
407
[
399
408
'variable ' => 'longTermAuthenticationRequestTokenUsed ' ,
@@ -412,6 +421,8 @@ public static function getExtraFields(): array
412
421
'display_text ' => 'My terms ' ,
413
422
'item_type ' => ExtraField::USER_FIELD_TYPE ,
414
423
'value_type ' => ExtraField::FIELD_TYPE_TEXT ,
424
+ 'visible_to_self ' => true ,
425
+ 'changeable ' => true ,
415
426
],
416
427
[
417
428
'variable ' => 'new_tracking_system ' ,
@@ -544,6 +555,8 @@ public static function getExtraFields(): array
544
555
'display_text ' => 'Terms enabled ' ,
545
556
'item_type ' => ExtraField::USER_FIELD_TYPE ,
546
557
'value_type ' => ExtraField::FIELD_TYPE_CHECKBOX ,
558
+ 'visible_to_self ' => false ,
559
+ 'changeable ' => true ,
547
560
],
548
561
[
549
562
'variable ' => 'terms_villedustage ' ,
@@ -563,6 +576,8 @@ public static function getExtraFields(): array
563
576
'display_text ' => 'UID ' ,
564
577
'item_type ' => ExtraField::USER_FIELD_TYPE ,
565
578
'value_type ' => ExtraField::FIELD_TYPE_TEXT ,
579
+ 'visible_to_self ' => false ,
580
+ 'changeable ' => true ,
566
581
],
567
582
[
568
583
'variable ' => 'use_score_as_progress ' ,
0 commit comments