Files
Christophe Bliard ce96874aff refactor: change parameters shape of update_ancestors methods
- `#update_ancestors` was never called with multiple work packages at
  once. So now it accepts only one work package.
- `#update_ancestors_all_attributes` was called only twice and accepts
  multiple work packages. To differentiate it from `#update_ancestors`,
  prefix it with `multi_`.
- remove the need to have both `#multi_update_ancestors` and
  `#multi_update_ancestors_all_attributes` as it's always called with
  all attributes, so keep only `#multi_update_ancestors` and make
  `#update_ancestors` use all attributes if no changed attributes are
  provided.
- then clean up places where it was used.
2025-10-30 17:41:56 +01:00
..
2025-07-18 17:45:24 +01:00