Conversation
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| $qb->filterCircles(CoreQueryBuilder::CIRCLE, $probe); | ||
| if (!is_null($initiator)) { | ||
| $qb->limitToInitiator(CoreQueryBuilder::CIRCLE, $initiator); | ||
| $qb->orderBy($qb->generateAlias(CoreQueryBuilder::CIRCLE, CoreQueryBuilder::INITIATOR) . '.level', 'desc'); |
There was a problem hiding this comment.
This doesn't seems to work for the front, I still have to sort https://github.com/nextcloud/contacts/blob/19f836ee23f726b919134c6642af5b8983df871e/src/components/AppNavigation/RootNavigation.vue#L351-L356
There was a problem hiding this comment.
Do you have cache ? can you try (with the right userId) :
./occ circles:manage:list --initiator-type user --initiator
This should returns the same list than the ocs route GET /circles
|
/backport to stable27 |
|
/backport to stable26 |
|
@ArtificialOwl I thought that wasn't the proper fix? Why is this merged? |
|
@skjnldsv i could not reproduce your issue, i investigate any eventual rewriting of orderBy and could not find any reason for it to fail on your computer. Every scenario I have tested were good. Do you still have the issue ? can you share me your database; at least the table |
Ok then! 👍 |


No description provided.