Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
kresus
Commits
d16a2620
Commit
d16a2620
authored
Apr 21, 2019
by
Antoine
Browse files
Delete budget id when exporting data. Fixes #854.
parent
8b198ba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/controllers/v1/helpers.js
View file @
d16a2620
...
...
@@ -41,6 +41,8 @@ export function cleanData(world) {
}
else
{
b
.
categoryId
=
categoryMap
[
b
.
categoryId
];
}
delete
b
.
id
;
}
world
.
operations
=
world
.
operations
||
[];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment