Something went wrong while setting issue due date.
I cannot assign a repository parent in repository service
Closed
I cannot assign a repository parent in repository service
Hello, The parent repository list don't show any repository.
I think the problem come from the code.
$ldap->search('(&(objectClass=FAIrepositoryServer)(FAIrepository=*|'.$distribution.'))', array('dn','cn'));
If I change this with the line bellow, it work.
$ldap->search('(&(objectClass=FAIrepositoryServer)(FAIrepository=*|'.$distribution.'*))', array('dn','cn'));
(from redmine: issue id 5329, created on 2017-01-23, closed on 2017-01-23)
- Changesets:
- Revision 1d5b8b45 by Côme Chilliet on 2017-01-23T09:03:04.000Z:
Fixes #5329 Fixed filter for searching possible parent repositories
- Revision 7c58c328 by Côme Chilliet on 2017-01-23T09:03:57.000Z:
Fixes #5329 Fixed filter for searching possible parent repositories