Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #9625] Load user group backends dynamically instead of using switch #1827

Closed
icinga-migration opened this issue Jul 15, 2015 · 2 comments
Labels
area/framework Affects third party integration/development enhancement New feature or improvement wontfix Deprecated, not supported or not worth any effort

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/9625

Created by elippmann on 2015-07-15 08:12:56 +00:00

Assignee: (none)
Status: New
Target Version: Backlog
Last Update: 2015-11-20 13:11:05 +00:00 (in Redmine)


$type = ucfirst(strtolower($type));
$backendClass = static::BACKEND_NS . $type . 'UserGroupBackend.php';
if (! class_exists($backendClass)) {
    ...
}
$backend = new $backend($backendClass);

Relations:

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-07-15 08:14:11 +00:00

  • Relates set to 9122

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-11-20 13:11:05 +00:00

  • Target Version changed from 273 to Backlog

@icinga-migration icinga-migration added enhancement New feature or improvement area/framework Affects third party integration/development labels Jan 17, 2017
@icinga-migration icinga-migration added this to the Backlog milestone Jan 17, 2017
@lippserd lippserd added the wontfix Deprecated, not supported or not worth any effort label Jul 4, 2017
@lippserd lippserd closed this as completed Jul 4, 2017
@lippserd lippserd removed this from the Backlog milestone Sep 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/framework Affects third party integration/development enhancement New feature or improvement wontfix Deprecated, not supported or not worth any effort
Projects
None yet
Development

No branches or pull requests

2 participants