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 b94a3c9 commit 2abc890Copy full SHA for 2abc890
Classes/IndexQueue/RecordMonitor.php
@@ -98,7 +98,7 @@ public function processCmdmap_postProcess(
98
99
// track publish / swap events for records (workspace support)
100
// command "version"
101
- if ($command === 'version' && $value['action'] === 'publish') {
+ if ($command === 'version' && ($value['action'] === 'publish' || $value['action'] === 'swap')) {
102
$this->eventDispatcher->dispatch(
103
new VersionSwappedEvent($uid, $table),
104
);
0 commit comments