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
  • #5965
Closed
Open
Issue created Mar 11, 2019 by bmortier@bmortierMaintainer

Use only selectManagement for selection dialogs

This was a subtask of #5135 but it’s big enough to have its own ticket so that #5135 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 bmortier
Assignee
Assign to
Time tracking