Render On Save button lacks feedback or doesn't work
#66
Closed
opened 3 years ago by are0h
·
4 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I've been having problems activating Render On Save. The server log shows a POST when I save settings, it shows a POST when I render manually, it shows no reaction to the Render On Save button. There's also no drop-down notification on pressing.
The Render on Save button in Settings is a toggle that tells the system to render pages when they are saved. It doesn't post any information to the server. That information is saved when one saves settings.
The toggle state is indicated by it's color, pink for active, blue for not so I didn't add a notification for the selected state.
I suppose adding a notification for what state is active on press could be useful, so I can add that in.
That's the thing, it stays blue. I've tried clicking it, click save, reloading, it's still blue. The other toggles work just fine, that's the only toggle that won't change state.
Ah, ok. I'll take a look and see why it's not updating.
Ok, I found the problem. The fix will be released in the next release.