-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow adding draft works to collections #1256
Conversation
852d1af
to
c79f0df
Compare
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.
This looks great!
I did some local testing and noticed that if you have a collection with 1 draft work in it, and then publish the draft, the collection does not get reindexed, so the collection still won't appear in the main search results. I wonder if we need to just add an action to reindex any collections that the work is a part of as part of publishing a work version?
c79f0df
to
929bfed
Compare
that makes sense, I will look into it. thanks for testing this. |
…ing a work version
432fd1b
to
43bd9e6
Compare
@nicktiberi this is ready for review again :) |
Awesome! I think this is good to go. Thanks, @banukutlu! 🙂 🚀 |
Closes #1231