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 06320d9 commit 7c19adbCopy full SHA for 7c19adb
src/projects/actions/project.js
@@ -203,10 +203,10 @@ export function createProject(newProject) {
203
*
204
* @returns {Promise<[]>} list of products
205
*/
206
-function getAllProjectProducts(project) {
207
- return getProjectPhasesWithProducts(project.id)
208
- .then((phases) => _.flatten(_.map(phases, 'products')))
209
-}
+// function getAllProjectProducts(project, fromDB = false) {
+// return getProjectPhasesWithProducts(project.id, fromDB)
+// .then((phases) => _.flatten(_.map(phases, 'products')))
+// }
210
211
/**
212
* Create timeline and milestones for a product
0 commit comments