radical
radical copied to clipboard
Module creation returns 201 on non-existent page.
Program Version.
Pre-alpha
Steps to reproduce.
Try to create a module on a page that doesn't exist.
Bug Solutions.
Return a 404.
Other Details.
This likely happens because of insert_or_ignore_into being a bit more lenient than it should.