Marcus Christie created AIRAVATA-2282:
-----------------------------------------
Summary: Notifications are not displaying in reverse creation date
order
Key: AIRAVATA-2282
URL: https://issues.apache.org/jira/browse/AIRAVATA-2282
Project: Airavata
Issue Type: Bug
Environment: dev.seagrid.org, seagrid.org
Reporter: Marcus Christie
Assignee: Marcus Christie
Notices aren't displaying in reverse order by creation date.
The problem I believe is that creation unix timestamps are subtracted,
resulting in a {{long}}, and this is cast to an {{int}} resulting in overflow
if the difference is greater than the range of numbers that can be represented
by ints.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)