-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable13] [LDAP] The WebUI Wizard also should not assign empty config IDs #10824
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
Conversation
With 689df9a the behaviour to assign only non-empty config IDs was introduced. Only, this was only effective for CLI and OCS API. Related to #3270. The web UI creates now also a full configuration on first load. This fixes #5094. Signed-off-by: Arthur Schiwon <[email protected]>
|
RC 1 is out -> moving to 13.0.7 |
|
failing tests not related |
|
reviews, pozhaluysta? 😸 |
| public function getForm() { | ||
| $helper = new Helper(\OC::$server->getConfig()); | ||
| $prefixes = $helper->getServerConfigurationPrefixes(); | ||
| if(count($prefixes) === 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use empty in the future ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it wouldn't be a big array in this case, still you're right.
nickvergessen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐘
backport of #10820
@MorrisJobke not so serious, feel free to move to 13.0.7. This should not be a blocker.