cancel
Showing results for 
Search instead for 
Did you mean: 

DeleteUsers little bug

swiggy
Champ in-the-making
Champ in-the-making
Hello,
Just found a bug in the DeleteUsers function, a "s" is missing in userNames
Here is the corrected function (in administration.php) :

   public function deleteUsers($user_name) {
        $result = $this->administrationService->deleteUsers(array(
                            "userNames" => $user_name));
        $resultSet = $result->result;  
        return $this->resultSetToUserDetails($this->_session,$this->_store,$resultSet);
   }

Hope it helps
Regards
Vincent
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
Thanks for that but please make sure this is raised in JIRA so the source can be fixed.

swiggy
Champ in-the-making
Champ in-the-making
ok, but I'm not sure if the function is part of the alfresco php library or of the ifresco library ?
I believe it's in ifresco, maybe ddanninger can confirm ?
Regards

ddanninger
Champ in-the-making
Champ in-the-making
hi there, sorry for my late answer

i have been to vancancies 😃

the whole administration.php was not implemented by alfresco. So it is nonsense to raise it in JIRA.

If you got furthermore bugs i opened a new project on google code:

http://code.google.com/p/ifresco-php-library/

Please raise some issues there if you found something, i will just check google code from now on. It is easier for me to make some fixes then.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.