Fix `reloadPageOnSuccess` from different clipboard actions for same object type
authorMatthias Schmidt <gravatronics@live.com>
Tue, 13 Apr 2021 12:02:59 +0000 (14:02 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 13 Apr 2021 12:02:59 +0000 (14:02 +0200)
commit3de3e7339ee796d0335116e5845604fe9ef8e2a0
tree036a0f78d93c2bb9a0501392b221dbcb2f7e698f
parentda022bcc8ae80a697e683f1d733848934742ecc3
Fix `reloadPageOnSuccess` from different clipboard actions for same object type

If there are multiple clipboard action classes for the same object type, for example in case a plugin adds further clipboard actions, only the `reloadPageOnSuccess` data of the first clipboard action instance is used instead of collecting the data from all relevant clipboard action instances.

See #2584
wcfsetup/install/files/lib/system/clipboard/ClipboardHandler.class.php