Jade Philippe

Results 27 comments of Jade Philippe

For item 2.iii I wasn't able to find the "New court report topic" in the admin portal. I'm using the latest code from the `main` branch so maybe this is...

This issue only happens when specifying a singular resource in `config/routes.rb`, such as `resource :author`. This results in the following routes and actions: ```ruby Prefix Verb URI Pattern Controller#Action new_author...

Thanks for taking the time to look at this! I found a way around the issue by specifying a `url` in my form such as: ```ruby ``` This ensures that...

Thank you @jhawthorn! Using `resolve` works on my end.

Tests for `spec/system/organization_system_spec.rb` are still failing at this time. It's odd because I can't reproduce the behaviour when running the app in my local environment - everything works fine. I'll...

Some tests are still failing - I'm looking into it. @elasticspoon actually the tests also fail locally, but when I try to reproduce the steps that the tests use it...

Almost there! The last failing test is one introduced in commit f158ba9. @dorner Since you wrote the original test would you be able to have a look when you have...

Thank you @elasticspoon! Now ready for final review.

> @jp524 sorry, I ended up making a similar fix to the one you did for something else and now you have a conflict to resolve. ☹️ No worries! I...