In this PR: - Remove deactivated objects from ActivityTargetInlineCell record picker - Prevent users to deactivate createdAt, updatedAt, deletedAt fields on any objects Still left: - write unit tests on the assert utils - write integration tests on field metadata service - prevent users to deactivate createdAt, updatedAt, deletedAt on FE
3 lines
97 B
TypeScript
3 lines
97 B
TypeScript
export const LISTING_NAME_SINGULAR = 'listinga';
|
|
export const LISTING_NAME_PLURAL = 'listingas';
|