Fix reactions for non unique containers
authorJoshua Rüsweg <ruesweg@woltlab.com>
Mon, 27 May 2019 11:38:05 +0000 (13:38 +0200)
committerJoshua Rüsweg <ruesweg@woltlab.com>
Mon, 27 May 2019 11:38:05 +0000 (13:38 +0200)
commitd0627c12484f7a823e3752c3c2ead159d89e7364
treee5829f1bddc05d9071794ff646071908cd8c6237
parent110293a301af5ee1f6f9d36e82ef5c67d8463fb5
Fix reactions for non unique containers
Sometimes it is necessary to reload object containers (e.g. if something is sorted via JavaScript and the elements have to be reloaded in the background). This was not possible with the implementation, each object could exist only once in the DOM.
See #2508
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/CountButtons.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js