Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ ssl
nbproject
public/uploads/*
!public/uploads/.gitkeep

package-lock.json
yarn.lock
############################
# Node.js
############################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"model": "deliverable-units-org"
},
"project_with_deliverable_targets": {
"via": "deliverable_target_project",
"collection": "project-with-deliverable-target"
"collection": "project-with-deliverable-target",
"via": "deliverable_target_project"
},
"type": {
"type": "enumeration",
Expand Down Expand Up @@ -68,6 +68,9 @@
},
"value_qualitative_option": {
"type": "json"
},
"parent_id": {
"type": "integer"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"attributes": {
"deliverable_target_project": {
"model": "deliverable-target-project",
"via": "project_with_deliverable_targets"
"via": "project_with_deliverable_targets",
"model": "deliverable-target-project"
},
"project": {
"model": "project"
Expand Down
Loading