Skip to content

2024-March-07 - 2.6.14674

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Mar 04:35
8689ee6
Fix stacking limit logic for bid placement. (#12406)

* Fix stacking limit logic for bid placement.

The stacking limit needs to be applied per unit type for the dialog, which was already being done in the regular placement code, but wasn't in the bid placement code.
This re-uses the logic for both.

* Remove unused imports.

* Add a test and fix a bug in the stacking limit filter.