Fix deleted user error in schema#13681
Merged
andreslucena merged 20 commits intodevelopfrom Jan 22, 2025
Merged
Conversation
Member
|
Looks all good! Requesting a second set of eyes from @andreslucena! |
Merged
Member
|
@alecslupu as we have other PRs changing serializers and I don't want to introduce merge conflicts with them, we'll check this one out once #13740 #13702 and #13675 are merged |
2cad120
andreslucena
requested changes
Jan 20, 2025
Member
andreslucena
left a comment
There was a problem hiding this comment.
As this was detected with a 500 error, can you add a system spec with the example of a deleted user author for meetings and proposals? Thanks
alecslupu
commented
Jan 21, 2025
Contributor
Author
@andreslucena , this should be ready for a new review. |
andreslucena
previously approved these changes
Jan 21, 2025
004eb63
Member
|
@alecslupu seems like the failing spec is relevant, can you check it out 🙏🏽 ? Thanks |
andreslucena
approved these changes
Jan 22, 2025
Member
|
Merging with the only failing check of codecov |
entantoencuanto
added a commit
that referenced
this pull request
Jan 24, 2025
* develop: (30 commits) Change hardcoded english in seeds (#13917) Allow importing accountability results from a Proposals component (#13817) Remove user interests (#13910) Move remaining categories from some resources to taxonomies (#13838) Fix translation issue on import projects mailer (#13894) Update DownloadYourData exports for decidim-debates (#13895) Allow admins to publish the questions' answers in surveys (#13786) Fix flaky spec in autocomplete (#13901) Refine taxonomy filters (part 2) (#13725) Fix single attachment with title (#13795) Fix incorrect breadcrumb encoding on mobile and tablet (#13891) Add string for unpublish survey admin log message (#13890) Fix ux meeting date location (#13872) New Crowdin updates (#13767) Fix deleted user error in schema (#13681) Remove assembly types from user interaction (#13881) Remove participatory process types from user interaction (#13880) Lock concurrent-ruby to 1.3.4 (#13879) Fix taxonomy serialization for export/imports (#13857) Adjust form upload label changes (#13836) ...
antopalidi
pushed a commit
to openpoke/decidim
that referenced
this pull request
Feb 12, 2025
* Fix deleted user error in schema * Fix failing specs * Remove method override * Refactor * Fix specs * Refactor page serializer * Fix specs on meetings and proposals * Add specs for blogs and debates * Fix debates spec * Fix spec
andreslucena
pushed a commit
that referenced
this pull request
Mar 3, 2025
* Fix deleted user error in schema * Fix failing specs * Remove method override * Refactor * Fix specs * Refactor page serializer * Fix specs on meetings and proposals * Add specs for blogs and debates * Fix debates spec * Fix spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
While reviewing #13666, i have accidentally entered in a meeting where the author has deleted its account, and as a result i got the classic error when the author is missing.
Additionally, I have tried to remove the duplication formed around the profile_url method.
Stacktrace
📌 Related Issues
Link your PR to an issue
Testing
📷 Screenshots
Please add screenshots of the changes you are proposing
