Actions
Bug #5797
closedLocalDataStoreService.generateIdentifier() seems to be called twice
Start date:
01/22/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5797
Description
When saving packages we see local Ids that have been incremented by 2 rather than 1. We should find out why the local id is being incremented twice for a single save.
Updated by ben leinfelder almost 12 years ago
Found the faulty logic: too many "lastId++" statements.
Actions