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