Commit d474710
committed
FIx wrong publications on page switch
This patch fixes a bug that happened when switching pages
in the events table. Events that had no publication would be displayed
as having publications, if the event in its place on the previous page
had publications. For example, if the first event on page 1 had
publications, and then you would switch to page 2 where the first event
did not have publications, the event would be displayed as having
publications.
This patch fixes that by firstly resetting publication information
if the information changes. It also limits enriching to only happen if
the publications have changed.1 parent ffde25b commit d474710
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
| |||
0 commit comments