Remove "new" query parameter from campaign builder #56
Labels
improvement: enhancement ✨
Improvement to existing functionality
mindless: chore 🧹
Mindless chore
platform: react ⚛️
Related to React client application
Describe the bug
When creating a new campaign (vs. copying from an existing one) Spoke automatically adds the query parameter
new=true
to the URL. This may control other Spoke behavior, but one of its effects is definitely to force navigation back to the Basics tab if the admin tries to fill in other sections of the campaign builder before the Basics tab. While this may have made sense at some point in Spoke's history, it doesn't accurately reflect how admins now interact with the campaign builder, where sections are often filled out out of order.To Reproduce
Steps to reproduce the behavior:
/admin/1/campaigns
)new=true
appended as a query parameterExpected behavior
Don't force navigation back to the basics tab after saving another section.
Additional context
We can likely drop this query parameter entirely, but we should document any additional behavior that this query parameter controls to ensure it's safe to remove
The text was updated successfully, but these errors were encountered: