Skip to content
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

Expanded shared folder query #344

Merged
merged 13 commits into from
Dec 6, 2023
Merged

Expanded shared folder query #344

merged 13 commits into from
Dec 6, 2023

Conversation

rauboti
Copy link
Contributor

@rauboti rauboti commented Dec 1, 2023

@rauboti rauboti marked this pull request as ready for review December 6, 2023 08:25
Copy link
Member

@gunnarvelle gunnarvelle left a comment

Choose a reason for hiding this comment

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

lgtm

@rauboti rauboti merged commit 33ff9e5 into master Dec 6, 2023
6 checks passed
@rauboti rauboti deleted the 3840-preview-folder branch December 6, 2023 10:49
)
folderWithContent <- getWith404IfNone(id, Success(folderWithResources))
_ <-
if (folderWithContent.isShared || folderWithContent.feideId == feideId.getOrElse(None)) Success(())
Copy link
Contributor

Choose a reason for hiding this comment

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

Her hadde det vært bedre å brukt feideId.contains(folderWithContent.feideId).

Når du kaller feideId.getOrElse(None) så vil typen bli Serializable og det er litt dumt.
Trenger ikke gjøre noe med det siden jeg fikser det når jeg fikser merge conflicten min 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants