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

section_id is messed up when listing items #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dwrdx
Copy link
Contributor

@dwrdx dwrdx commented Mar 28, 2021

If an item does not belong to any section, the section ID will be null, the previous change didn't take this into consideration, which would cause messing up of sections for items.

Changed the type of section_id from int to empty interface to fix this bug

@dwrdx dwrdx changed the title section_id is messed up for items section_id is messed up when listing items Mar 28, 2021
@psethwick
Copy link

I think this must be fixed some other way, now.

I had the issue but I think it's actually caused by incorrect (old) data in cache.json. I deleted it and the master branch no longer exhibits the incorrect sections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants