Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory fusiondirectory
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectoryfusiondirectory
  • Issues
  • #5194
Closed
Open
Issue created Oct 21, 2016 by bmortier@bmortierMaintainer

wrong icons / issue with objectType class_groupManagement.inc

Running 1.0.16-2~jenkinsbuild446 The function @filterProperties($row, $dn, $objectType, $attrs, $gosaGroupObjects = NULL)@ is called with objectType in uppercase. For example OGROUP.

But the code is testing the lowercase version : @if ($objectType == 'ogroup') ...@

I think it's a side effect of a recent change in filterProperties() prototype ($objectType is now args list).

(from redmine: issue id 5194, created on 2016-10-21, closed on 2016-10-24)

  • Changesets:
    • Revision 16283b91 by Côme Chilliet on 2016-10-24T07:42:46.000Z:
Fixes #5194 Avoid case problem when comparing objectType
  • Revision a7e03355 by Côme Chilliet on 2016-10-24T07:43:14.000Z:
Fixes #5194 Avoid case problem when comparing objectType
  • Revision 28b71743 by Côme Chilliet on 2016-10-24T12:07:53.000Z:
Fixes #5194 lc is a perl method, in PHP it’s strtolower -_-
  • Revision 4634a56a by Côme Chilliet on 2016-10-24T12:08:32.000Z:
Fixes #5194 lc is a perl method, in PHP it’s strtolower -_-
  • Uploads:
    • demo-fixes
    • demo
Assignee
Assign to
Time tracking