We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141e6da commit 436b900Copy full SHA for 436b900
src/constants.js
@@ -16,6 +16,8 @@ const RESOURCES = {
16
PROJECT: 'project',
17
PROJECT_TEMPLATE: 'project.template',
18
PROJECT_TYPE: 'project.type',
19
+ PROJECT_MEMBER: 'project.member',
20
+ PROJECT_MEMBER_INVITE: 'project.member.invite',
21
ORG_CONFIG: 'project.orgConfig',
22
FORM_VERSION: 'project.form.version',
23
FORM_REVISION: 'project.form.revision',
@@ -25,14 +27,12 @@ const RESOURCES = {
25
27
PLAN_CONFIG_REVISION: 'project.planConfig.revision',
26
28
PRODUCT_TEMPLATE: 'product.template',
29
PRODUCT_CATEGORY: 'product.category',
- ATTACHMENT: 'attachment',
- PHASE: 'phase',
30
- PROJECT_MEMBER: 'project.member',
31
- PHASE_PRODUCT: 'phase.product',
+ PHASE: 'project.phase',
+ PHASE_PRODUCT: 'project.phase.product',
32
TIMELINE: 'timeline',
33
MILESTONE: 'milestone',
34
MILESTONE_TEMPLATE: 'milestone.template',
35
- PROJECT_MEMBER_INVITE: 'project.member.invite'
+ ATTACHMENT: 'attachment'
36
}
37
38
const TIMELINE_REFERENCES = {
0 commit comments