Saving an Entry without any content returns an error that Contentbox is no longer picking up
Description
I thought it had actually hung, but when I looked into what is being returned. I see a complete full HTML bring returned with an error message saying that the content is required.
My question is should there be so much HTML being returned for a simple Ajax call, why not just return a struct that the UI can then decide what to do.
Gliffy Diagrams
Activity
Show:
Andrew Scott February 5, 2014 at 2:09 PM
Just the save button... Didn't try draft button and the Entry has never been published before, so that rules out the publish button too.
To Duplicate
1) Select Create new Entry from the recent comments tab. 2) enter slug 3) Hit save
Nothing seems to happen, until you look in Chrome Tools and see what is being returned. Till I saw that I had no idea that there was an actual error as it was never displayed on the screen.
Luis Majano February 5, 2014 at 2:01 PM
Andrew, is this saving or drafting or publishing?
Fixed
Pinned fields
Click on the next to a field label to start pinning.
I thought it had actually hung, but when I looked into what is being returned. I see a complete full HTML bring returned with an error message saying that the content is required.
My question is should there be so much HTML being returned for a simple Ajax call, why not just return a struct that the UI can then decide what to do.