-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When trying to save a category, the requests fails with: core_category.site_id may not be NULL
reproduction (in javascript console):
$.ajax({
url: "/api/r1/category/",
type: 'post',
data: '{"app_data":"{}","content":"","description":"","id":"1","slug":"vesele-zpravy","template":"category.html","title":"veselé zprávy"}',
headers: {"Content-Type":"application/json"}
});
Please note that the category object doesn't have anything like ``core_category.site_id` when it is fetched from the backend.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels