Browse code

Remove heating costs and condition fields from BE DCA form

Benjamin Roth authored on27/02/2024 13:17:38
Showing1 changed files
... ...
@@ -97,7 +97,7 @@ $GLOBALS['TL_DCA']['tl_vr_real_estate_assets'] = array
97 97
   'palettes' => array
98 98
   (
99 99
     '__selector__'                => array('availability'),
100
-    'default'                     => '{title_legend},title,assetNo,address,floor,city;{availability_legend},availability;{misc_legend},description;{basic_data_legend},livingSpace,numberOfRooms,rent,coldRent,advanceOperatingCosts,heatingCosts,condition,constructionYear,cooperativeShares;{features_legend},features,heatingType,energyPassType,energyConsumption;{images_legend},gallerySRC,floorPlansSRC;{publish_legend},published,start,stop',
100
+    'default'                     => '{title_legend},title,assetNo,address,floor,city;{availability_legend},availability;{misc_legend},description;{basic_data_legend},livingSpace,numberOfRooms,rent,coldRent,advanceOperatingCosts,constructionYear,cooperativeShares;{features_legend},features,heatingType,energyPassType,energyConsumption;{images_legend},gallerySRC,floorPlansSRC;{publish_legend},published,start,stop',
101 101
   ),
102 102
 
103 103
   // Subpalettes
... ...
@@ -134,7 +134,7 @@ $GLOBALS['TL_DCA']['tl_vr_real_estate_assets'] = array
134 134
     (
135 135
       'exclude'                 => true,
136 136
       'inputType'               => 'text',
137
-      'default'                 => 'Offenburg',
137
+      'default'                 => 'Kehl',
138 138
       'eval'                    => array('mandatory'=>true, 'maxlength'=>255, 'tl_class'=>'w50'),
139 139
       'sql'                     => "varchar(255) NOT NULL default ''"
140 140
     ),