Skip to content

fix: Handle share attributes in the share provider#7659

Merged
grnd-alt merged 2 commits intomainfrom
fix/handle-share-attributes
Feb 25, 2026
Merged

fix: Handle share attributes in the share provider#7659
grnd-alt merged 2 commits intomainfrom
fix/handle-share-attributes

Conversation

@grnd-alt
Copy link
Member

No description provided.

Signed-off-by: Julius Knorr <jus@bitgrid.net>
@grnd-alt grnd-alt self-assigned this Feb 19, 2026
@github-project-automation github-project-automation bot moved this to 🧭 Planning evaluation (don't pick) in 📝 Productivity team Feb 19, 2026
@grnd-alt grnd-alt moved this from 🧭 Planning evaluation (don't pick) to 👀 In review in 📝 Productivity team Feb 19, 2026
@grnd-alt grnd-alt requested a review from blizzz February 19, 2026 15:35
Copy link
Member

@blizzz blizzz left a comment

Choose a reason for hiding this comment

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

Approved with some suggestions and remarks, that have not much to do with this changes her per se, by-catch.

$share->getAttributes()
);

$shareId = $this->addShareToDB(
Copy link
Member

Choose a reason for hiding this comment

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

this method leaves me puzzled, but out of scope in this PR

$cursor->closeCursor();
}

protected function updateShareAttributes(IShare $share, ?string $data): IShare {
Copy link
Member

Choose a reason for hiding this comment

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

Strictly speaking, here we would not need the return type as the method works on the passed IShare object. In a functional programming approach a clone would be returned that was worked on, so might be a source of confusion. But certainly not the only place, so nothing to act on necessarily.

Signed-off-by: grnd-alt <git@belakkaf.net>
@grnd-alt grnd-alt merged commit f744d24 into main Feb 25, 2026
42 checks passed
@grnd-alt grnd-alt deleted the fix/handle-share-attributes branch February 25, 2026 08:30
@github-project-automation github-project-automation bot moved this from 👀 In review to ☑️ Done in 📝 Productivity team Feb 25, 2026
@grnd-alt
Copy link
Member Author

grnd-alt commented Mar 9, 2026

/backport to stable33
/backport to stable32

@grnd-alt
Copy link
Member Author

grnd-alt commented Mar 9, 2026

/backport to stable32

@grnd-alt
Copy link
Member Author

grnd-alt commented Mar 9, 2026

/backport to stable31

@grnd-alt
Copy link
Member Author

grnd-alt commented Mar 9, 2026

/backport to stable29

@grnd-alt
Copy link
Member Author

grnd-alt commented Mar 9, 2026

/backport to stable28

@grnd-alt
Copy link
Member Author

grnd-alt commented Mar 9, 2026

/backport to stable30

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

Labels

None yet

Projects

Status: ☑️ Done

Development

Successfully merging this pull request may close these issues.

3 participants