mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Auto-adorn PVS tables with link-to-record; change query to fetch instants, not LocalDateTimes
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user