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
* Issue #199: Add visible setting in customfield.php
* Issue #199: Add new visibleto column in facetoface_session_field table
* Issue #199: Save and retrieve visibleto column data in form call
* Issue #199: Add capability check on sessions list for custom fields
* Issue #199: Add capability check on signup for custom fields
* Issue #199: Change language string for showinsummary to reflect for export only
* Issue #199: Add unit test
<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