Christophe Bliard

Results 27 issues of Christophe Bliard

When `PermittedParams#settings` was called, it was not permitting any params, which lead to "Unpermitted parameters: ..." messages being logged, and then merged the resulting empty params with the controller params...

They both take table as input to create work packages, and have similarities in how they work. It would be easier to maintain them together rather than have them in...

It saves 95% of load time when doing `require "axe-rspec"`. On my tests, I went from 135ms to 8ms. The time is actually mostly spent loading the `virtus` library. Deferring...

Fixes #1946. Symbols in metadata are processed by RSpec only when they are positioned last, meaning the other parameter types must be positioned before the symbols. RSpec `context`/`describe` accepts second...

1. Create sample RSpec file like this: ```ruby RSpec.describe "Something", "in this context", :a, :b do subject { true } it "works well" do expect(subject).not_to be false end end ```...

bug

# Ticket None Follow up to #16789 (this [comment](https://github.com/opf/openproject/pull/16789#discussion_r1778626196)) and #16863. # What are you trying to accomplish? Make the test code more intentional when we want to be precise...

needs review

# Ticket https://community.openproject.org/wp/63434 # What are you trying to accomplish? The wrong permissions are checked in the date picker. It always checks for `add_work_packages`, but it should also check for...

bugfix
needs review

# Ticket https://community.openproject.org/wp/62834 # What are you trying to accomplish? When a work package is deleted but still visible in a page (because not refreshed yet), clicking on the date...

# Ticket https://community.openproject.org/wp/38030 # What are you trying to accomplish? Add parent to relation tab - [ ] Can add parent through "+ Relation" button - [ ] Can remove...

feature

# What are you trying to accomplish? I always struggle a bit to find the relevant bits in the rspec stacktrace output so I decided to remove the unrelevant lines...