commit | 5a80262c5f270f9f24e287090eb8a83bfc9bc40f | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Tue May 27 08:08:39 2014 +0200 |
committer | David Ostrovsky <david@ostrovsky.org> | Tue May 27 08:13:12 2014 +0200 |
tree | 4c3c2b0028a5e0f7ac4cc68c1f933e214dacf0b9 | |
parent | 310c4a16f29ad160cc44b92825990f126df022d6 [diff] |
UiAction: Fix stale timestamp in person ident instance I27224edd3 moved UiActions in singleton scope. As a consequence PersonIdent class instance is created at server start and supplies always the same start timestamp: personIdent.getWhen() Construct a new instance by passing the instance from the singleton and provide current timestamp instance. Change-Id: Ie51078a38074fb4c3f12820933b5c7a13a8074cb