Files
Alexander Brandon Coles 8b292eabaf [OP-19544] Replace lodash set/dedup helpers
Set, dedup and difference helpers move from the global `_` to native
operations: `flatten` -> `flat()`, `uniq` -> `Array.from(new Set(...))`,
`without`/`difference` -> `filter` + `includes`, `uniqBy` ->
`filter` + `findIndex`, `differenceBy` -> `filter` + `some`. The global
`_` stays until the remaining buckets land.

`uniqBy` keeps the first occurrence of each key (via `findIndex`), as
lodash does — not the last, which a `Map`-based dedup would yield.

https://community.openproject.org/wp/OP-19544
2026-06-13 20:06:41 +01:00
..
2026-05-26 12:03:20 +02:00
2026-06-07 21:01:52 +01:00

OpenProject Frontend

More information and screenshots can be found on openproject.org.

Contact

OpenProject is supported by its community members, both companies and individuals.

Please find ways to contact us on the OpenProject help page.

Community

OpenProject is driven by an active group of open source enthusiasts: software engineers, project managers, creatives, and consultants. OpenProject is supported by companies as well as individuals. We share the vision to build great open source project collaboration software. The OpenProject Foundation (OPF) will give official guidance to the project and the community and oversees contributions and decisions.

License

OpenProject is licensed under the terms of the GNU General Public License version 3. See COPYRIGHT for details.