2021-07-15 17:09:09 -04:00
|
|
|
import { __ } from '~/locale';
|
|
|
|
|
2021-02-19 16:11:07 -05:00
|
|
|
export const SEARCH_DELAY = 200;
|
2021-03-16 11:11:17 -04:00
|
|
|
|
|
|
|
export const INVITE_MEMBERS_IN_COMMENT = 'invite_members_in_comment';
|
2021-08-02 11:08:56 -04:00
|
|
|
export const MEMBER_AREAS_OF_FOCUS = {
|
|
|
|
name: 'member_areas_of_focus',
|
|
|
|
view: 'view',
|
|
|
|
submit: 'submit',
|
|
|
|
};
|
2021-10-25 08:10:19 -04:00
|
|
|
export const INVITE_MEMBERS_FOR_TASK = {
|
|
|
|
minimum_access_level: 30,
|
|
|
|
name: 'invite_members_for_task',
|
|
|
|
view: 'modal_opened_from_email',
|
|
|
|
submit: 'submit',
|
|
|
|
};
|
2021-06-14 11:09:48 -04:00
|
|
|
|
|
|
|
export const GROUP_FILTERS = {
|
|
|
|
ALL: 'all',
|
|
|
|
DESCENDANT_GROUPS: 'descendant_groups',
|
|
|
|
};
|
2021-07-15 17:09:09 -04:00
|
|
|
|
|
|
|
export const API_MESSAGES = {
|
|
|
|
EMAIL_ALREADY_INVITED: __('Invite email has already been taken'),
|
|
|
|
};
|
2021-08-12 05:09:05 -04:00
|
|
|
export const USERS_FILTER_ALL = 'all';
|
|
|
|
export const USERS_FILTER_SAML_PROVIDER_ID = 'saml_provider_id';
|