Skip to content

"Save" button on tab "project details" should not lead to next tab "contributors" #2843

@nicolasfranck

Description

@nicolasfranck

Please complete the following fields as applicable:

What version of the DMPRoadmap code are you running? (e.g. v2.2.0)

v3.0.2

Expected behaviour:

  • Go /plans/:id
  • Change some plan attributes, and click "save"
  • plan is updated and returns back to /plans/:id

Actual behaviour:

After a successfull update of the plan,
the page is redirected to /plans/:id/contributors

Possible cause:

this line ..

redirect_to plan_contributors_path(@plan)

should be ..

redirect_to plan_path(@plan)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions