File tree 2 files changed +1
-5
lines changed
Tests/LegacyFunctional/OldModel
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
111
111
### Removed
112
112
113
113
- Drop ` Venue.zip ` (#4274 )
114
- - Drop ` Venue.country ` (#4273 )
114
+ - Drop ` Venue.country ` (#4273 , # 4275 )
115
115
- Drop ` Event.language ` (#4271 )
116
116
- Drop the event language from the FE list and single view (#4270 )
117
117
- Drop the country column from the FE list views (#4269 )
Original file line number Diff line number Diff line change @@ -5575,7 +5575,6 @@ public function getEventDataSeparatesPlacePartsByCommaAndSpace(): void
5575
5575
'homepage ' => '' ,
5576
5576
'address ' => 'Kaiser-Karl-Ring 91, 53111 Bonn ' ,
5577
5577
'city ' => 'Bonn ' ,
5578
- 'country ' => '' ,
5579
5578
'directions ' => '' ,
5580
5579
];
5581
5580
@@ -5599,15 +5598,13 @@ public function getEventDataSeparatesTwoPlacesByLineFeed(): void
5599
5598
'homepage ' => '' ,
5600
5599
'address ' => '' ,
5601
5600
'city ' => '' ,
5602
- 'country ' => '' ,
5603
5601
'directions ' => '' ,
5604
5602
];
5605
5603
$ place2 = [
5606
5604
'title ' => 'Wasserwerk ' ,
5607
5605
'homepage ' => '' ,
5608
5606
'address ' => '' ,
5609
5607
'city ' => '' ,
5610
- 'country ' => '' ,
5611
5608
'directions ' => '' ,
5612
5609
];
5613
5610
@@ -5630,7 +5627,6 @@ public function getEventDataForPlaceWithoutZipContainsTitleAndAddressAndCity():
5630
5627
'title ' => 'Hotel Ibis ' ,
5631
5628
'address ' => 'Kaiser-Karl-Ring 91, 53111 Bonn ' ,
5632
5629
'city ' => 'Bonn ' ,
5633
- 'country ' => '' ,
5634
5630
'homepage ' => '' ,
5635
5631
'directions ' => '' ,
5636
5632
];
You can’t perform that action at this time.
0 commit comments