When notedb was enabled the change message about the submit did not
include the submitter when a whole topic was submitted together. This
was because the SUBMIT label which was applied to the change to record
the submitter was not visible from the change notes yet, because they
were not reloaded yet. We already reload the changes notes later to
get the update about the submitter, just do this reload a bit earlier.
This fixes the tests for submitting a whole topic when notedb is
enabled.
Change-Id: I5e33aa1bd5b9c9cb8502f0cdde9b2f0250d39090
Signed-off-by: Edwin Kempin <ekempin@google.com>