mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 14:32:18 +00:00
Mantis Schnittstelle korrigiert
- Reporter ändert sich beim Update nicht mehr - Authentifizierungsproblem behoben
This commit is contained in:
@@ -93,8 +93,9 @@ class mantis extends basis_db
|
||||
'status'=>array('id'=>$this->issue_status->id),
|
||||
'priority'=>array('id'=>$this->issue_priority->id),
|
||||
'additional_information'=>$this->issue_additional_information,
|
||||
'reporter'=>array('id'=>$this->issue_reporter_id),
|
||||
);
|
||||
|
||||
|
||||
$params=array('username' => MANTIS_USERNAME, 'password' => MANTIS_PASSWORT,'issueId' => $this->issue_id, $issue);
|
||||
$result = $this->soapClient->__soapCall('mc_issue_update',$params);
|
||||
return $result;
|
||||
@@ -182,6 +183,7 @@ class mantis extends basis_db
|
||||
try
|
||||
{
|
||||
$params=array('username' => MANTIS_USERNAME, 'password' => MANTIS_PASSWORT);
|
||||
|
||||
$result = $this->soapClient->__soapCall('mc_projects_get_user_accessible',$params);
|
||||
|
||||
foreach($result as $row)
|
||||
|
||||
Reference in New Issue
Block a user