You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<FIELDNAME="isfilter"TYPE="int"LENGTH="1"NOTNULL="true"DEFAULT="1"SEQUENCE="false"COMMENT="Whether or not this field is a filter on the Training Calendar"/>
136
136
<FIELDNAME="showinsummary"TYPE="int"LENGTH="1"NOTNULL="true"DEFAULT="1"SEQUENCE="false"COMMENT="Whether or not to show this field in attendance exports and lists of sessions"/>
137
+
<FIELDNAME="visibleto"TYPE="int"LENGTH="1"NOTNULL="true"DEFAULT="1"SEQUENCE="false"COMMENT="Whether or not to show this field in lists of sessions"/>
$string['addtoallsessions'] = 'Add users to all (upcoming) sessions';
839
839
$string['addtoallsessions_help'] = 'Use this option if you want to add users to all upcoming Face-to-Face sessions. When this uption is toggled, the selected users will be added to this session and all other future sessions in the activity.';
840
840
$string['caseinsensitive'] = 'Case insensitive';
841
+
$string['customfield_notvisible'] = 'Nobody';
842
+
$string['customfield_visibility'] = 'Visible to';
843
+
$string['customfield_visibility_help'] = 'This setting determines who can view the custom field name and value in the list sessions in the module page or when signing up for a session.';
0 commit comments