alphagov / trade-tariff-backend

Enabling the population and distribution via API of UK Customs tariffs and duties
MIT License
7 stars 6 forks source link

[Do not merge] Testing the removal of measure grouping #261

Closed matthewford closed 8 years ago

matthewford commented 8 years ago

There is an issue where we are grouping measures which then means that VTS measures are not displayed, when they then later go through the MeasurePresenter and the measures from the parent is removed.

matthewford commented 8 years ago

Removing the grouping is a bit overkill, the issue is this is the first time we are seeing measure which are exactly the same and require sorting on the group by (on goods_nomenclature_item_id). Going to fix this in the CF branch.