-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix ActiveRecord::RecordNotFound when clicking on 'step-by-step activity' #9503
Conversation
GCI discontinued
Code Climate has analyzed commit f05fcee and detected 0 issues on this pull request. View more on Code Climate. |
Codecov Report
@@ Coverage Diff @@
## main #9503 +/- ##
=======================================
Coverage ? 56.88%
=======================================
Files ? 98
Lines ? 6111
Branches ? 0
=======================================
Hits ? 3476
Misses ? 2635
Partials ? 0 |
Hi @aliciapaz , looks likes there are some failing tests on tags that do not seem to be related to your changes
I will try and restart the build. Thanks for working on this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @aliciapaz. This looks good to me. You can rebase/squash to reduce the number of commits.
I have actually done a squash through the merge. Thanks again @aliciapaz |
Please have a look at #9511, it would seem that removing the nid would remove a reference to the node that inserts pre-existing text. |
…ity' (publiclab#9503) * Update _node_meta.html.erb (publiclab#8097) * Delete GCI_MENTOR_GUIDELINES.md GCI discontinued * remove nid 15322 in dropdown menu * update _node_meta.html.erb Co-authored-by: Pranav Addepalli <[email protected]> Co-authored-by: Sasha Boginsky <[email protected]>
…ep activity' (publiclab#9503)" (publiclab#9511) This reverts commit 128206c.
…ity' (publiclab#9503) * Update _node_meta.html.erb (publiclab#8097) * Delete GCI_MENTOR_GUIDELINES.md GCI discontinued * remove nid 15322 in dropdown menu * update _node_meta.html.erb Co-authored-by: Pranav Addepalli <[email protected]> Co-authored-by: Sasha Boginsky <[email protected]>
…ep activity' (publiclab#9503)" (publiclab#9511) This reverts commit 128206c.
Fixes #9475
This fixes the error by removing the missing id from the URL. However, I'm concerned about this not being a solution but just a workaround.
It would be helpful to understand:
What does this id do in that URL? why is that node missing?
Thanks in advance 😸