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

missing added_groups in JSON and JS #1021

Merged

Conversation

smarinier
Copy link
Collaborator

rahhhh

@smarinier smarinier requested a review from zak39 June 14, 2024 15:50
lib/Controller/WorkspaceController.php Show resolved Hide resolved
@@ -75,6 +75,7 @@ export default {
color: space.color_code,
groupfolderId: space.groupfolder_id,
groups: space.groups,
added_groups: space.added_groups ?? [],
Copy link
Collaborator

Choose a reason for hiding this comment

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

Normally, it's not necessary, as you will always return an empty array, no? 🤔

@zak39
Copy link
Collaborator

zak39 commented Jun 17, 2024

Could you run composer cs:fix, commit and push all changes ?

@smarinier
Copy link
Collaborator Author

Could you run composer cs:fix, commit and push all changes ?

Prefer not do that, as my cs fix is not the same as yours, and it modifies a lot of stuff (mainly your code)

@zak39
Copy link
Collaborator

zak39 commented Jun 19, 2024

Could you run composer cs:fix, commit and push all changes ?

Prefer not do that, as my cs fix is not the same as yours, and it modifies a lot of stuff (mainly your code)

Okay... Could I run the command on my side?

@smarinier smarinier force-pushed the fix/crashed_on_missing_added_groups branch 2 times, most recently from 2685994 to 0f6db84 Compare June 20, 2024 10:14
@smarinier smarinier force-pushed the fix/crashed_on_missing_added_groups branch from 0f6db84 to bd74d85 Compare June 20, 2024 10:15
@zak39 zak39 merged commit 29a8d67 into feature/connexion-to-groups Jun 20, 2024
1 check passed
@zak39 zak39 deleted the fix/crashed_on_missing_added_groups branch June 20, 2024 12:41
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.

2 participants