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.
1 parent e451f8d commit 7aea5e7Copy full SHA for 7aea5e7
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' && in_array($value['action'], ['publish', 'swap']) {
+ if ($command === 'version' && $value['action'] === 'publish') {
102
$this->eventDispatcher->dispatch(
103
new VersionSwappedEvent($uid, $table)
104
);
0 commit comments