-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: add sla page in crm section and delete crmConfigurationSecti…
…ons enum [WTEL-5379](https://webitel.atlassian.net/browse/WTEL-5379)
- Loading branch information
Showing
10 changed files
with
22 additions
and
31 deletions.
There are no files selected for viewing
9 changes: 0 additions & 9 deletions
9
docs/pages/webitel-ui/enums/WebitelApplications/CrmConfigurationSections.enum.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
src/enums/WebitelApplications/CrmConfigurationSections.enum.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
const CrmSections = Object.freeze({ | ||
CONTACTS: 'contacts', | ||
CONFIGURATION: 'configuration', | ||
|
||
// CONFIGURATION - LOOKUPS | ||
SLA: 'sla', | ||
SERVICE_CATALOG: 'service-catalog', | ||
PRIORITIES: 'priorities', | ||
STATUSES: 'statuses', | ||
SOURCES: 'sources', | ||
CLOSURE_REASONS: 'closure-reasons', | ||
CONTACT_GROUPS: 'contact-groups', | ||
CASE_SOURCES: 'case-sources', | ||
CUSTOM_LOOKUPS: 'custom-lookups', | ||
}); | ||
|
||
export default CrmSections; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters