An error occurred while fetching the assigned milestone of the selected merge_request.
- Rosanny Sihombing authored
+ 48
- 31
@@ -164,12 +164,35 @@ module.exports = function (app) {
@@ -164,12 +164,35 @@ module.exports = function (app) {
var projectPicturePath = './folder-in-server-to-save-projektbild/'+req.body.pname+'/'+projectPicture.name
@@ -197,34 +220,28 @@ module.exports = function (app) {
@@ -197,34 +220,28 @@ module.exports = function (app) {
projectLogo.mv('./folder-in-server-to-save-projektlogo/'+req.body.pname+'/'+projectLogo.name, function(err) {
projectPicture.mv('./folder-in-server-to-save-projektbild/'+req.body.pname+'/'+projectPicture.name, function(err) {
When User DB and Project DB are integrated and quite stabil, this operation should be done in 1 transaction.