Skip to content

renderEstimatesTabAction nicht deployed — Controller-Methode fehlt auf Prod #1304

@maltehuebner

Description

@maltehuebner

Beschreibung

Das Template Ride/Ride.html.twig referenziert renderEstimatesTabAction auf RideTabsController, aber auf dem Produktionsserver existiert diese Methode noch nicht — das Feature (PR #1284) wurde im Template deployed, aber der Controller-Code fehlt.

Fehlermeldung

InvalidArgumentException: The controller for URI "/_fragment" is not callable:
Expected method "renderEstimatesTabAction" on class "App\Controller\Ride\RideTabsController",
did you mean "renderDetailsTabAction", ...?

Ursache

Der Estimates-Tab wurde in Ride.html.twig eingebaut, aber der zugehörige Controller-Code (renderEstimatesTabAction) ist auf dem Produktionsserver nicht vorhanden. Vermutlich wurde nur das Template deployed, nicht der Controller.

Lösungsvorschlag

Sicherstellen, dass RideTabsController::renderEstimatesTabAction() deployed wird. Dies ist Teil des Feature-Branches feature/ride-estimates-tab.

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions