-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
[BUG] | Named page still displays with default name #1096
Comments
Hmm. Looks like the name should be caching from attribute to model in the name_update API endpoint, but that only fires if the associated field has a Or, if you're more comfortable with a local console, could you instead check to see if there are any name fields? I'd love to see the output to this on your local instance:
My guess is that the fields didn't initialize properly and therefore aren't hitting the right update endpoint (that would cache the updated name back onto the universe, character, etc). |
The "Name" field does use a fingerprint icon, including in the category editor (not pictured). The name also correctly appears at the top of this character page, but only there. Meanwhile, on the dashboard and when attempting to link the character page, it appears only as "New Character". (Sorry if you understood that already, just clarification.) I'm assuming that you're talking about the browser inspect console. Using the command you listed yields Something else that I did find in the console, however, is when I edit the "Name" field the following is printed as an error: I tested this on Google Chrome and Firefox on Ubuntu, and the same things apply on both. (And yes, I tried turning it off and on again.) |
Ah, thanks for the clarification! If they are indeed name fields (as it looks like they are), this may actually be a bug. I appreciate the detail; I'll do some digging and see what I can find out! |
Expected behavior
Show text string defined in "Name" on "
/my/content
" for my universes and other pagesActual behavior
Shows correct name on actual page, but shows "New Universe", "New Character", etc. on dashboard and pretty much anywhere else that's not the actual page
Steps to reproduce the behavior
Running Notebook locally (127.0.0.1): Create a new page of any type, enter something into the "Name" field, then return to the dashboard. (works fine on the web version at notebook.ai)
Thank you for any and all help.
The text was updated successfully, but these errors were encountered: