Skip to content

fix(oracle): Chunk FolderManager::getAllApplicable#4504

Draft
CarlSchwan wants to merge 1 commit intomasterfrom
carl/chunk-getAllApplicable
Draft

fix(oracle): Chunk FolderManager::getAllApplicable#4504
CarlSchwan wants to merge 1 commit intomasterfrom
carl/chunk-getAllApplicable

Conversation

@CarlSchwan
Copy link
Copy Markdown
Member

Saw this in a log

Signed-off-by: Carl Schwan <carlschwan@kde.org>
@CarlSchwan CarlSchwan self-assigned this Mar 12, 2026
@CarlSchwan CarlSchwan added the 3. to review Items that need to be reviewed label Mar 12, 2026
Copy link
Copy Markdown
Member

@provokateurin provokateurin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also move the common code to after the else block.

$queryHelper?->addCircleDetails('g', 'circle_id');

/** @var list<array{folder_id: int|string, group_id: ?string, circle_id: ?string, permissions: int|string}> $rows */
$rows = array_merge($query->executeQuery()->fetchAll());
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$rows = array_merge($query->executeQuery()->fetchAll());
$rows = array_merge($rows, $query->executeQuery()->fetchAll());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Items that need to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants