uasal / documents_index

0 stars 0 forks source link

update didn't stick #4

Closed douglase closed 10 months ago

douglase commented 11 months ago

i tried to change the title of https://teledocs.space/docs/stp202311_0002 to aft-optics document tree but it doesn't appear to have stuck.

douglase commented 11 months ago

the updated title momentarily flashed and then seemed to be overwritten

stefi07 commented 10 months ago

Traced this back to a logical error related to the superuser role (since you were editing somebody else's entry). It's fixed now.

douglase commented 10 months ago

it was also happening on my entries but that fixed it!

douglase commented 10 months ago

...or am I not myself when i'm su?

stefi07 commented 10 months ago

That's odd - it should only have happened for entries that were not your own. If this happens again, please send it my way, I haven't found an example to reproduce.

You are still yourself when you are su, you just have extra powers. The users are modeled in Python as a User class with, among others, a superuser boolean class attribute.