smark-1
smark-1
I also am trying to delete a node with a button press instead/in addition to the default backspace press. I ended up hacking it like this: ```js const triggerBackspace =...
I wonder if ModelViewSet/Snippets edit view should also take the user back to the edit form. I personally would prefer this behavior for ViewSet and Pages. Also if Pages are...
Is there a way to do that for ModelViewSet as well?
In the latest version it doesn't appear to be documented but I found that when the run.status = "TO" the execution has been terminated because of timeout and if it...
#12277 effects this. Once fixed this will likely have to get updated as well.
@thibaudcolas I wanted it to be a method as opposed to an attribute so that the default option could be set based on user (maybe if the user is an...
What else needs to be done for this to be added?
@lb- In the process of testing the code after rebasing to see if the privacy status is correct in this. I noticed that every page in the bakerydemo has a...
Got it to work by clearing cache
@lb- I got privacy panel to work but do to the limitations of the Django template engine I set the is_public in the context instead of in the template for...