Merge pull request #565 from nsacyber/v3_responseBody

DataTables Error Fix
This commit is contained in:
Cyrus 2023-08-02 11:36:33 -04:00 committed by GitHub
commit 684337008e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,7 @@ public class ReferenceManifestPageController extends PageController<NoPageParams
* @return the data tables response, including the result set and paging
* information
*/
@ResponseBody
@RequestMapping(value = "/list",
produces = MediaType.APPLICATION_JSON_VALUE,
method = RequestMethod.GET)