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
  • #5965
Closed
Open
Created Mar 11, 2019 by Côme Chilliet@cchillietReporter

Use only selectManagement for selection dialogs

This was a subtask of #5135 (closed) but it’s big enough to have its own ticket so that #5135 (closed) can be closed and issues more specific opened, to avoid having too much MR/commits tied to a single issue.

selectManagement needs to be improved and last occurences of simpleSelectManagement removed.

The configuration dialog for selectManagement is currently broken since its buttons are intercepted by the parent management class it seems.

simpleSelectManagement is still used for:

  • include/select/systemSelect/class_systemSelect.inc:class systemSelect extends simpleSelectManagement
  • include/select/groupSelect/class_groupSelect.inc:class groupSelect extends simpleSelectManagement
  • include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:class phoneSelect extends simpleSelectManagement

And in plugins:

  • samba/personal/samba/class_sambaAccount.inc:class winstationSelect extends simpleSelectManagement
  • gpg/personal/gpg/pgpKeySelect/class_pgpKeySelect.inc:class pgpKeySelect extends simpleSelectManagement
  • netgroups/admin/netgroups/memberNisnetgroupSelect/class_memberNisnetgroupSelect.inc:class memberNisnetgroupSelect extends simpleSelectManagement
  • ejbca/admin/ejbca/class_ejbcaCertSelect.inc:class ejbcaCertificateSelectManagement extends simpleSelectManagement
  • mail/personal/mail/mailAddressSelect/class_mailAddressSelect.inc:class mailAddressSelect extends simpleSelectManagement
  • fai/admin/fai/packageSelect/class_packageSelect.inc:class packageSelect extends simpleSelectManagement
Edited Mar 27, 2019 by Côme Chilliet
Assignee
Assign to
Time tracking