We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d884989 commit f83083cCopy full SHA for f83083c
src/routes/projects/update.js
@@ -59,6 +59,7 @@ const updateProjectValdiations = {
59
}
60
61
62
+// NOTE- decided to disable all additional checks for now.
63
var validateUpdates = (existingProject, updatedProject) => {
64
var errors = []
65
switch (existingProject.status) {
@@ -81,7 +82,7 @@ var validateUpdates = (existingProject, updatedProject) => {
81
82
83
module.exports = [
84
// handles request validations
- validate(updateProjectValdiations),
85
+ // validate(updateProjectValdiations),
86
permissions('project.edit'),
87
/**
88
* POST projects/
0 commit comments