Save changes to the sitemap objects in the registry
authorjoshuaruesweg <ruesweg@woltlab.com>
Sat, 11 Jul 2020 09:29:37 +0000 (11:29 +0200)
committerjoshuaruesweg <ruesweg@woltlab.com>
Sat, 11 Jul 2020 09:29:37 +0000 (11:29 +0200)
commit1207c9909b0e969974526b8839fbb9c8d2e168d0
tree0ecd59b430e75df54a36c16aa7c6fd59c1a619e6
parentec5179c4022d44634d0b19e864c863aff52e12ce
Save changes to the sitemap objects in the registry
Since changes to the sitemap are saved directly in the object type, there is the problem that when you update the WCF, these changes are potentially overwritten again. This commit fixes this problem by saving changes in the registry.
Fixes #3376
wcfsetup/install/files/lib/acp/form/SitemapEditForm.class.php
wcfsetup/install/files/lib/acp/page/SitemapListPage.class.php
wcfsetup/install/files/lib/data/object/type/SitemapObjectTypeAction.class.php
wcfsetup/install/files/lib/system/worker/SitemapRebuildWorker.class.php