diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-07 11:48:23 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-07 11:48:23 +0100 |
commit | 12b737d65b86e12beb8c3c76f53bdb13ce4112be (patch) | |
tree | d875abc3d28fd20ed58184c2dc44d07e66461d5d | |
parent | 7d2487bbc816a674817f3811d4b8f87072c72632 (diff) |
Add note on URLs in existing emails.
-rw-r--r-- | doc/CHANGES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 961a851a3..7b0341b30 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -48,7 +48,9 @@ * Admin route names have been standardised so if you have overridden templates that refer to admin routes, check the original templates to - see if these need to be changed. + see if these need to be changed. URLs in rreviously sent admin emails about + requested changes to authorities will need to be tweaked to work - from + `admin/body/new?change_request_id=n` to `admin/bodies/new?change_request_id=n` * If you override the `app/views/user/_signin.html.erb` or `app/view/user/_signup.html.erb` templates, check the tabindex order is still sensible - the order of the elements on the page has changed |