View details project for mobile

This commit is contained in:
Paolo Arena
2019-04-26 12:07:38 +02:00
parent 5992d01323
commit d2cae3cc32
6 changed files with 17 additions and 10 deletions

View File

@@ -173,7 +173,7 @@ export namespace ApiTool {
link += '/' + rec._id
}
// console.log('----------------------- LEGGO QUALCOSA ', link)
console.log('----------------------- LEGGO QUALCOSA ', link)
// Insert/Delete/Update table to the server
return SendReq(link, method, rec)

View File

@@ -324,6 +324,9 @@ namespace Actions {
objproj.id_parent = myobj.id_parent
objproj.id_main_project = myobj.id_main_project
objproj.typeproj = myobj.typeproj
objproj.privacyread = myobj.privacyread
objproj.privacywrite = myobj.privacywrite
objproj.actualphase = myobj.actualphase
let elemtochange: IProject = null