Commit b94a3c9
[BUGFIX] Add record to index queue when published
# What this pr does
Checks if action is "publish" and add record to index queue.
Removed "swap" action as it's removed with https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Breaking-92206-RemoveWorkspaceSwappingOfElements.html.
# How to test
1. Create a workspace
2. Switch to workspace and create page
3. Page is not in index queue -> correct
4. Publish the page to LIVE workspace
5. Page is not in index queue -> incorrect
Fixes: #37181 parent c4ad9fc commit b94a3c9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments