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
create the c_attendance_calendar.duration field (decimal)
update the entity
add migration to create it, look for existing values in extra_field_values, transfer them to the new field, remove the extra_field_values, remove the extra_field
remove the configuration setting (was as follows in C1)
update the attendance calendar add/update form to add that this field is expressed in hours
This was the config setting in 1.11 (to be removed and the duration enabled by default in C2):
// Option to define duration for a calendar in attendance sheet.
// Create an attendance calendar extra field with field label "duration" of type "text".
// $_configuration['attendance_calendar_set_duration'] = false;
The text was updated successfully, but these errors were encountered:
This was the config setting in 1.11 (to be removed and the duration enabled by default in C2):
The text was updated successfully, but these errors were encountered: