forked from jonas-eberle/geoportal
-
Notifications
You must be signed in to change notification settings - Fork 0
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
After update new files are not found #72
Comments
FlatErikk
added a commit
that referenced
this issue
Dec 19, 2024
FlatErikk
added a commit
that referenced
this issue
Dec 19, 2024
FlatErikk
added a commit
to TIPPECC/tippecc.github.io
that referenced
this issue
Dec 19, 2024
FlatErikk
added a commit
that referenced
this issue
Dec 19, 2024
FlatErikk
added a commit
that referenced
this issue
Dec 19, 2024
FlatErikk
added a commit
that referenced
this issue
Jan 20, 2025
FlatErikk
added a commit
that referenced
this issue
Jan 21, 2025
FlatErikk
added a commit
that referenced
this issue
Jan 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Under climate/views.py we use a global dictionary
tempfolders_content: dict[str, dict] = {}
which stores the direct access dictionaries on a per folder type basis that are returned as Json on request. To fix the issues, it was adapted:
Important: Right now a generated file is not updated when refreshing the folder normally. It only shows after force update.
Coming adaptations:
The text was updated successfully, but these errors were encountered: