| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
Add assets for drains, grit bins and street lights. Uses east sussex
specific protocol and format
|
|
|
|
|
| |
The extra question data is added here rather than in the adapter as we
have the question text along with the answer here.
|
|
|
|
|
| |
This is required so we can use groups when fetching categories over
open311.
|
|\ |
|
| | |
|
|/
|
|
|
|
| |
If the web param is used, show an error web page rather than the normal
plain text output. Also do the normal remember/show uploaded photos
feature, and hide the inputs better if unneeded.
|
|\ \ \
| | | |
| | | |
| | | | |
'2962-pin-move-category-group' and 'move-admin-index-stats-to-stats-page'
|
| | | |
| | | |
| | | |
| | | |
| | | | |
These stats can take a while to generate, and we don't want to slow
down people mostly coming to the admin index to do something else.
|
| | | | |
|
| | | | |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
If the same category is in multiple groups, upon moving the pin and
fetching new categories from the server it would then pick the last
instance of that category in the list. Instead of using val(), pick
the correct entry in the previously selected optgroup.
|
| |/
| |
| |
| |
| |
| |
| | |
If a category is marked private, new reports are always marked private
regardless of the setting of the private checkbox shown to relevant
staff when making a new report. So tick/disable this box in that
situation to prevent any confusion.
|
| |
| |
| |
| |
| |
| |
| | |
Adds a new tickbox to the contact editing form that protects the category
and group names from being changed by Open311.
For mysociety/fixmystreet-commercial#1776
|
|/
|
|
|
|
| |
When working locally it’s not convenient to always run install_packages
as part of ./script/update, so this commit allows you to define
the SKIP_PACKAGES_INSTALL environment variable to stop that.
|
| |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
Request from client to update the text on the homepage.
|
|
|
|
|
| |
If it checks the body first, then a superuser who is also assigned to a
body would not be able to see staff categories in a different body.
|
|
|
|
|
| |
As it has switched to using category groups, the special subcategory
code needs updating to update the correct variable.
|
| |
|
|
|
|
|
|
|
| |
Ignore (for Open311-sending purposes) any questions whose code starts
"PCC-", so that it is easier to use the admin to add extra questions,
and move the removal of the extra questions to a more normal location
so answers are not lost when extra fields is reset post-send.
|
|\ |
|
| | |
|
|\ \
| |/
|/| |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If you clicked on a non-HE location (so showing non-HE categories), then
moved the pin to a HE location, the HE message box would show and update
categories (but there would be no HE ones at the time). The server would
return the new categories (including HE ones), but as the issue location
had now not changed on this second call, the categories would not update
to hide non-HE ones (it would show both HE and non-HE categories).
So, instead of going off a location, check the road name - if it has not
changed, do not recreate the whole HE message box, but do call the right
HE selected/not selected function to update the categories.
Note that this, if "Somewhere else" is selected, then causes an infinite
loop, because the highways_change event triggers a category_change event
which fires the layer's road found function, and then repeat.
The highways_change->category_change event firing, according to the code
comment, is so that asset selection can take place, or to remove stopper
messages being shown. Previously, HE did not have its own categories but
overrode the body to be sent to; HE now does have categories of its own,
so I think this code can be removed.
|
|\ \ \
| |_|/
|/| | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
The checks added in 285e183db missed the TfL cobrand.
|
| |/
| |
| |
| |
| | |
In Firefox/Edge on Windows, having a translucent stroke causes a large
slowdown in page painting.
|
|/
|
|
|
|
|
|
| |
Order the response templates query by external status code so if you
have an update with an external status code the response template
matching that is always used. Previously with the database left to
determine the order it could pick a response template with a matching
state rather than a matching external status.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Without allowing through the Highways England body, clicking on a
Highways England road in these cobrands would leave no categories
to be selected.
|
|\ \ |
|
| | | |
|
| |/ |
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
This means the code can assume it should be trying to send a report.
|
| |
| |
| |
| |
| | |
Use verbose for all log output, and debug only for
overriding the should_skip check.
|
|/
|
|
| |
This form of reference is shown on a report confirmation page.
|
|\ |
|
| |
| |
| |
| | |
Fixes #2937
|
|/
|
|
|
| |
Otherwise something can be passed back, confusing the
parent Open311 sending code. Missed in 7ed37641.
|