getgrav / getgrav/grav-plugin-error
Default onPageNotFound priority should be -1 or less.
Open
- Dominant language
- PHP
- Stars
- 5
- Forks
- 31
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 2
Description
Default onPageNotFound priority should be -1 or less.
This will allow other plugins to set the priority to 0 on onPageNotFound and still be called when they are loaded after the default fallback of this plugin.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the plugin configuration or entry point that assigns the default priority for onPageNotFound, then inspect how plugin load order affects that callback. Done means the default priority is -1 or lower and a later-loaded plugin using priority 0 is still called.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100