We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
swap
1 parent 685f2c1 commit 9d3b787Copy full SHA for 9d3b787
1 file changed
Classes/IndexQueue/RecordMonitor.php
@@ -99,7 +99,7 @@ public function processCmdmap_postProcess(
99
100
// track publish / swap events for records (workspace support)
101
// command "version"
102
- if ($command === 'version' && $value['action'] === 'publish') {
+ if ($command === 'version' && ($value['action'] === 'publish' || $value['action'] === 'swap')) {
103
$this->eventDispatcher->dispatch(
104
new VersionSwappedEvent($uid, $table),
105
);
0 commit comments