Actions
Feature proposal #5194
closedImplement buffer clearing before ajax validation response
Start date:
20 March 2015
Due date:
% Done:
100%
Estimated time:
Description
If headers have been populated it'll break the ajax response and cause it to just display the ajax string instead of parsing it. Also force a header response of JSON content type to further improve this.
Updated by krileon over 9 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
736) - % Done changed from 0 to 100
Won't work for fields as their ajax response is just a return of a trigger. The actual output is handled much later in the field output process.
Actions