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

🐛 Remove file from restricted index when demoted to UNRELEASED #159

Open
joneubank opened this issue Nov 5, 2023 · 0 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@joneubank
Copy link
Member

Describe the bug

Demoting a file to UNRELEASED works fine on the back end, but the file lives on in the index. Other state changes result in updates being sent to the index, but this change is special in that it requires deleting the indexed document (and that is not currently done).

Steps To Reproduce

  1. Find a file that is currently released as restricted.
  2. Demote that file to UNRELEASED

Expected behaviour

File should be removed from the program restricted index.

@joneubank joneubank added bug Something isn't working good first issue Good for newcomers labels Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant