David Cook
David Cook
Interesting, that seems worth a shot. If you'd be happy to submit a PR I could test this on a staging server.
The problem was actually with the task AFTER remove_transient_data. Our deploy script (in Ansible) only shows the name of the last completed task, so I was misreading the log output....
In the code it looks as though you should be able to choose for it to be optional. In fact it's already set up that way: https://openfoodnetwork.org.uk/admin/countries/44/edit  I'm not...
Thanks both. Given that this issue is best solved by simply defaulting to blank for county/state, I think we should do that (It's a papercut). This would alleviate the need...
Thanks for confirming. So I've updated the description of this issue slightly to make it clear what needs to happen. If you're happy with this, it can be added to...
I've just realised something and updated the issue above: > The State/county dropdown in checkout should always default to blank.
Hi @jibril-tapiador , a few specs have failed, can you please check them out? ```sh rspec ./spec/system/consumer/checkout/guest_spec.rb:155 # As a consumer, I want to checkout my order as a guest...
Hi Jibril, Regarding Docker, I would not recommend using it, as we don't currently have a way to run the selenium/chrome tests (but [would like to in the future](https://github.com/openfoodfoundation/openfoodnetwork/blob/f723fe025e7d29dc0550efc66d789de28ed03a01/docker/README.md)). I...
The exact problem here seems to be that the User delete method fails validation. This could be due to multiple reasons, generally it is because there are related records. Two...
It looks like this was basically done in the attached PR, but a browser (capybara) spec needs adjusting to cater for this.