ohmg-dev / OldInsuranceMaps

A public space for georeferencing historical fire insurance maps.
https://oldinsurancemaps.net
GNU General Public License v3.0
17 stars 2 forks source link

[Bug] Undo Split doesn't reset item lookups #148

Closed mradamcox closed 7 months ago

mradamcox commented 10 months ago

Describe the problem As described in #147, if a split operation has been undone, the volume summary page will still have the now-removed child documents listed in the Prepared section. This is because refresh_lookups is not triggered at the end of the undo operation. This should be pretty easy to fix, but it should also be applied to the undo georeferencing operation.