Where is the menu data cached, and how can I force a regeneration? #716
Unanswered
danvelopment1
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
As a stop gap I'm just going to inject it, then POST a placeholder project on the API and immediately send a DELETE and that seems to force a refresh next I ctrl-F5. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Awesome software, very happy with it, but I have a weird problem with how I use it.
I inject Projects into the database from another source, however the menu doesn't show them. If I have their IDs, I can view them fine, but if I go to Projects on the menu, or search, or Edit > Projects they don't exist in the listing.
I can't find anything in the database which holds this data, and I've logged in using InPrivate mode on another browser to see the same menu as my primary instance (so it's not cached against my browser).
If I then manually create a new Project, it refreshes the whole menu and all of the projects I injected show up immediately. So it's definitely stored against the system itself.
I tried using the API, rather than inject straight into the DB (assuming that would activate the refresh function), but when I try to add Parameters it complains that _type is missing, so I add "_type":"Parameter" to match the GET /api/projects and "Parameter" is not a valid _type, found type 2 in the DB for Parameters and that's also not valid, to which I gave up on the API.
Without Parameters I was able to create a project, though.
Any ideas on where the menu items are cached?
Beta Was this translation helpful? Give feedback.
All reactions