BUG-14726 Error al conectar ProcessMaker con un... IMPROVEMENT

- even filtered by type "SUPER".
    - add validation in intall also a check for use the current user.
    - add validation in new workspace.
This commit is contained in:
Marco Antonio Nina
2014-05-07 14:53:05 -04:00
parent d9fe0e834f
commit cd2bf9ffdb
2 changed files with 9 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ class newSiteProxy extends HttpProxyController
} else {
//the site does not available
$this->error = true;
$this->message = $result['result']['database']['ao']['ao_db_wf']['message'];
$this->message .= ', ' . $result['result']['database']['ao']['ao_db_rb']['message'];
$this->message .= ', ' . $result['result']['database']['ao']['ao_db_rp']['message'];
}
} else {
$this->error = true;