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 811a860 commit 0536be1Copy full SHA for 0536be1
src/routes/projectTemplates/update.js
@@ -67,7 +67,7 @@ module.exports = [
67
entityToUpdate.scope = util.mergeJsonObjects(
68
projectTemplate.scope,
69
entityToUpdate.scope,
70
- ['priceConfig', 'addonPriceConfig', 'preparedConditions', 'buildingBlocks']
+ ['priceConfig', 'addonPriceConfig', 'preparedConditions', 'buildingBlocks'],
71
);
72
entityToUpdate.phases = util.mergeJsonObjects(projectTemplate.phases, entityToUpdate.phases);
73
// removes null phase templates
0 commit comments