Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
21.0.5, Meridian-2017.1.6
-
Security Level: Default (Default Security Scheme)
-
Customer found it on his 2017.1.6. I see it on 21.0.5.
https://mynms.opennms.com/Ticket/Display.html?id=5609
-
Horizon - May 23rd 2018, Horizon - May 30th 2018
Description
When an asset record is updated thru gui, the username that did the change is not being updated in the postgres database.
on a new install of 21.0.5,
I added "testing" to the comment field using the gui.
The top of the asset record is not showing the user name that performed the change:
- picture attached
It appears that its due to Postgres not being updated:
opennms=> select userlastmodified, lastmodifieddate, comment from assets;
userlastmodified | lastmodifieddate | comment
-----------------++------------------------------------
2018-05-08 14:40:16.663-04 | |
2018-05-08 14:40:16.769-04 | |
2018-05-08 14:40:16.771-04 | testing |