Hi
I try to use mantisconnect and I think that there is a bug:
in mc_issue_api.php line 566:
if ( !mci_has_readwrite_access( $t_user_id, $t_project_id ) ) {
return myecho( 'Client', '', 'Access Denied' );
}
I have a user who can report issues on the mantis web page with no problem
With mantisconnect is does not work, I receive Access Denied.
Debugging the problem I found that my user's access level is 25 while
mantisconnect wants 55 so I have to modify my user's rights up to
developer to be able to use mantisconnect to report problems.
Am I right or I'm messing up something ?
Thanks
Gabor
|