-
Notifications
You must be signed in to change notification settings - Fork 3
[WIP] Move MetaData and Group selector to core #96
Conversation
Move the MetData file and Group selector code to core. Signed-off-by: Sujith H <[email protected]>
Current state of the PR
|
really? this class is 💩 - whatfor you need this in core? I prefer to have a different solution |
@@ -25,7 +25,7 @@ | |||
namespace OCA\UserManagement\Controller; | |||
|
|||
use OC\AppFramework\Http; | |||
use OCA\UserManagement\MetaData; | |||
use OC\MetaData; |
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.
You are not allowed to use private classes in apps ...
* @param int $sortGroups | ||
* @return DataResponse | ||
*/ | ||
public function index($pattern = '', $filterGroups = false, $sortGroups = MetaData::SORT_USERCOUNT) { |
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.
this is part of the rest full api - I don't get the need of this ....
@sharidas please post context... why is this PR needed ? etc |
@DeepDiver1975 Sure I will come up with an alternative solution. |
keep user mgmt untouched and add a new controller in core |
Move the MetData file and Group selector
code to core.
Signed-off-by: Sujith H [email protected]