2024-March-07 - 2.6.14674
Pre-release
Pre-release
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.