Auto-adorn PVS tables with link-to-record; change query to fetch instants, not LocalDateTimes

This commit is contained in:
2022-09-27 18:59:58 -05:00
parent 3587cc0676
commit 4d16bc0fc7
6 changed files with 130 additions and 13 deletions

View File

@ -231,7 +231,8 @@ public class QJavalinProcessHandler
if(userFacingException != null)
{
LOG.info("User-facing exception in process", userFacingException);
resultForCaller.put("error", userFacingException.getMessage()); // todo - put this somewhere else (make error an object w/ user-facing and/or other error?)
resultForCaller.put("error", userFacingException.getMessage());
resultForCaller.put("userFacingError", userFacingException.getMessage());
}
else
{