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