Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State pension uprating amends #203

Merged
merged 12 commits into from
Mar 12, 2013
Merged

State pension uprating amends #203

merged 12 commits into from
Mar 12, 2013

Conversation

steventux
Copy link
Contributor

@@ -39,7 +39,10 @@
from { 100.years.ago }
to { Date.today }

save_input_as :dob
calculate :dob do
raise InvalidResponse if Date.parse(responses.last) > Date.today
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't actually work, because next_node blocks are evaluated before calculate blocks.

We'll probably also want to add some copy for the error message.

@alext alext merged commit 5a10db7 into master Mar 12, 2013
@alext alext deleted the state-pension-uprating-amends branch March 12, 2013 16:58
chrisroos added a commit that referenced this pull request Aug 20, 2015
I've upgraded to the latest version available and specified that we're
compatible with the 4.2.x versions.

The important thing is that we've got the changes introduced in 4.1.0[1] (see
PR #203[2] for more information) that allow us to send the `page` option to
`GOVUK.analytics.trackEvent`[3].

[1]: https://github.com/alphagov/govuk_frontend_toolkit/blob/master/CHANGELOG.md#410

[2]: alphagov/govuk_frontend_toolkit#203

[3]: alphagov/govuk_frontend_toolkit@a65f3d7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants