history of recently-browsed models is not maintained correctly

Issue #143 resolved
Mihai GlonČ› created an issue

modelHistoryService.lastAccessedModel() returns the transport command serialisation of the most recent history item. The factory method toCommandObject() makes a call to modelService.getLatestRevision() to find the most latest model version the user has access to, which, in turn, calls modelHistoryService.addModelToHistory(), resulting in the model's timestamp being updated erroneously.

Comments (1)

  1. Log in to comment