Enhancement: DispatchController duplicates template render logic #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Audit Finding M-3
Severity: Low
Issue:
DispatchControllerhas its own template rendering code instead of usingCrossPostDispatcher::renderTemplate(). This means template changes need to be maintained in two places.Fix: Refactor to call
CrossPostDispatcher::renderTemplate()orCrossPostDispatcher::dispatch().Files:
DispatchController.phpLabel:
priority: low,type: choreBranch created:
feature/102-enhancement-dispatchcontroller-duplicate