Document actionNotFound hook - #2163
Merged
Merged
Conversation
Generated by prestashop:update:hooks-documentation. The hook was added to install-dev/data/xml/hook.xml in PrestaShop/PrestaShop@4ee3078 a few hours after PR PrestaShop#2158 regenerated the 9.2.x hook documentation, so it was missed. The files list was completed by hand: the generator only records a single origin file, while the hook is dispatched from three front controllers. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
nicosomb
approved these changes
Aug 27, 2026
Touxten
approved these changes
Aug 27, 2026
Touxten
reviewed
Aug 27, 2026
| locations: | ||
| - 'front office' | ||
| type: action | ||
| hookAliases: |
Contributor
There was a problem hiding this comment.
Suggested change
| hookAliases: |
jolelievre
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
actionNotFoundhook. The hook was introduced by PrestaShop/PrestaShop@4ee3078 and first shipped in 9.1.5; it is also present in 9.2.x. It went undocumented for a scheduling reason: that commit landed on 2026-07-09 at 14:35, a few hours after #2158 regenerated the hook documentation at 11:43 the same day — so the generator run never saw it. Runningphp bin/console prestashop:update:hooks-documentationagainst current9.xproduces exactly this one new file and modifies nothing else. Two manual notes: thefiles:list was completed by hand, because the generator only records a single origin file whileactionNotFoundis dispatched from three front controllers (PageNotFoundController,ProductController,listing/CategoryController); and the URLs point at9.2.xrather than9.1.xbecause the9.1.xbranch has since been deleted upstream, which would make those links dead.