Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Remove autocomplete functionality #16

Merged
merged 2 commits into from Feb 27, 2017
Merged

Conversation

lennym
Copy link

@lennym lennym commented Feb 22, 2017

This was intended to allow steps which have no fields, and so do not need to do anything on POST to simply link through to subsequent steps and save a round trip.

However, this is causing other steps which do need to perform actions on POST, and should not autocomplete, to incorrectly mark themselves complete. In particular "check answers" pages skipping directly to confirmation pages without submitting in some edge cases.

Since this behaviour is not known to be currently used, and is simple to implement as an extended behaviour, remove it.

This was intended to allow steps which have no fields, and so do not need to do anything on POST to simply link through to subsequent steps and save a round trip.

However, this is causing other steps which *do* need to perform actions on POST, and should not autocomplete, to incorrectly mark themselves complete. In particular "check answers" pages skipping directly to confirmation pages without submitting in some edge cases.

Since this behaviour is not known to be currently used, and is simple to implement as an extended behaviour, remove it.
@lennym lennym merged commit d14f44d into master Feb 27, 2017
@lennym lennym deleted the bugfix/remove-autocomplete branch February 27, 2017 17:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants