conflicts
This commit is contained in:
@@ -1785,7 +1785,6 @@ enum FeatureFlagKey {
|
||||
IS_EMAIL_GROUP_ENABLED
|
||||
IS_JUNCTION_RELATIONS_ENABLED
|
||||
IS_REST_METADATA_API_NEW_FORMAT_DIRECT
|
||||
IS_LOGIC_FUNCTION_PREBUILT_MODE_ENABLED
|
||||
IS_SETTINGS_DISCOVERY_HERO_ENABLED
|
||||
IS_CALL_RECORDING_ENABLED
|
||||
}
|
||||
|
||||
+14
-13
@@ -8,18 +8,7 @@ export const computeStandardCallRecordingViewFields = (
|
||||
args: Omit<CreateStandardViewFieldArgs<'callRecording'>, 'context'>,
|
||||
): Record<string, FlatViewField> => {
|
||||
return {
|
||||
allCallRecordingsStatus: createStandardViewFieldFlatMetadata({
|
||||
...args,
|
||||
objectName: 'callRecording',
|
||||
context: {
|
||||
viewName: 'allCallRecordings',
|
||||
viewFieldName: 'status',
|
||||
fieldName: 'status',
|
||||
position: 0,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
}),
|
||||
// meetingOccurrenceKey is the label identifier; it must hold the lowest position in non-widget views.
|
||||
allCallRecordingsMeetingOccurrenceKey: createStandardViewFieldFlatMetadata({
|
||||
...args,
|
||||
objectName: 'callRecording',
|
||||
@@ -27,11 +16,23 @@ export const computeStandardCallRecordingViewFields = (
|
||||
viewName: 'allCallRecordings',
|
||||
viewFieldName: 'meetingOccurrenceKey',
|
||||
fieldName: 'meetingOccurrenceKey',
|
||||
position: 1,
|
||||
position: 0,
|
||||
isVisible: true,
|
||||
size: 200,
|
||||
},
|
||||
}),
|
||||
allCallRecordingsStatus: createStandardViewFieldFlatMetadata({
|
||||
...args,
|
||||
objectName: 'callRecording',
|
||||
context: {
|
||||
viewName: 'allCallRecordings',
|
||||
viewFieldName: 'status',
|
||||
fieldName: 'status',
|
||||
position: 1,
|
||||
isVisible: true,
|
||||
size: 150,
|
||||
},
|
||||
}),
|
||||
allCallRecordingsStartedAt: createStandardViewFieldFlatMetadata({
|
||||
...args,
|
||||
objectName: 'callRecording',
|
||||
|
||||
Reference in New Issue
Block a user