Rewired the HeadPl2 and the PolderLevel properties of Scenario to the new XML entities:- Changed nullable PolderLevel to a regular double as this is a mandatory required parameter (maintained consistency with the rest of the application)Related to Issue [MWDAM-1584]
Moved HeadPl2 within Location from WaternetOptions to DesignScenario. Also removed HeadPl3 and HeadPl4 from Location.Started fixing failing tests.Related to Issue [MWDAM-1618]
Adjusted DamContext to make HeadPL2 visible:- Removed obsolete test file- Changed translation entry due to a rename of the HeadPL2 property in Scenarios to be consistent with the other HeadPl<X> propertiesRelated to Issue [MWDAM-1584]
Cleanup: Preparations to remove the PolderLevel from the location object:- Rewired SensorLocation to use the first scenario data (consistent with other implementations)- Changed tests: objects should always start with a clean state and not be initialized once for a whole test fixtureRelated to Issue [MWDAM-1584]
Added data to be imported to the IO and importer datamodels:- Added PolderLevel column to be read from the Scenarios.csv files when applicableRelated to Issue [MWDAM-1584]
Adjusted data model to cope with new functionality:- Context to make the new column visible for the scenarios- Added property to scenarios to fill it with the required information Related to Issue [MWDAM-1584]