Skip to content

GitLab

  • Menu
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectory
  • fusiondirectoryfusiondirectory
  • Issues
  • #5194
Closed
Open
Created Oct 21, 2016 by mhamant@mhamantReporter

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