-
Notifications
You must be signed in to change notification settings - Fork 1
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
Move thread #103
Move thread #103
Conversation
…ontinued, add comments more queries in transaction
… last post info given a board id
… post position info correctly
…to top level board
…tadataboard) return
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.
some modifications requested, otherwise good 👍
ACL.bypass_post_owner( | ||
user, | ||
post, | ||
"threads.move", |
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.
will review this myself to check if we can simplify arguments
thread = build(:thread, board: board, user: user) | ||
_thread_posts = build_list(num_thread_replies, :post, user: user, thread: thread.post.thread) |
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.
would be good to validate return values using this variable - otherwise it can be removed, and use a comment instead
…rd fixture, it is irrelevant
🎉 This PR is included in version 1.34.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.