Dear FirstSpirit community,
with the following public FirstSpirit ACCESS API method:
getHistory(before, HistoryProvider.EVER_SINCE, HistoryProvider.ALL_REVISIONS, RevisionFilter.RELEASE_FILTER);
all RELEASE revisions on a FirstSpirit store element should be retrieved. This is expected - but the real world shows differences, like here on a pagestore node where:
- not all revisions are delivered
- revisions are given that are not available and visible within the FirstSpirit version historiy in JavaClient
The current result looks like:
[Revision [id=54163, editor=Admin (Admin) [ID=1], state=0, change=1300295439271, comment=server release],
Revision [id=54158, editor=Admin (Admin) [ID=1], state=0, change=1300295410920, comment=server release],
Revision [id=22583, editor=Admin (Admin) [ID=1], state=0, change=1284625893587, comment=server release],
Revision [id=22198, editor=egd8fe (Daniela Ege) [ID=7256393], state=0, change=1282653268373, comment=server release],
Revision [id=18970, editor=Admin (Admin), state=0, change=1273284036916, comment=release],
Revision [id=11314, editor=Admin [ID=1], state=0, change=1228324167078, comment=server release]]
Enclosed a screenshot of the version history of the FirstSpirit JavaClient regarding that node:
What do we do wrong? Or is there a bug?