Merge pull request #1223 from openclassify/4816

#4816 [hepsiemlak-theme] fix
This commit is contained in:
spektra2147 2021-11-04 15:12:09 +03:00 committed by GitHub
commit 4f5bb28cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -41,7 +41,7 @@ return [
'new_options_configuration' => 'Yeni Seçenek yapılandırması', 'new_options_configuration' => 'Yeni Seçenek yapılandırması',
'new_option_configuration' => 'Yeni Seçenek yapılandırması', 'new_option_configuration' => 'Yeni Seçenek yapılandırması',
'create_configurations' => 'Konfigürasyonlar Oluşturun', 'create_configurations' => 'Konfigürasyonlar Oluşturun',
'replicate' => 'Tekrarla', 'replicate' => 'İlanı Kopyala',
'fast_create' => 'Hızlı ekle', 'fast_create' => 'Hızlı ekle',
'publish' => 'Yayınla', 'publish' => 'Yayınla',
'import' => 'İçe aktar', 'import' => 'İçe aktar',

View File

@ -98,7 +98,13 @@ class AdvsController extends AdminController
$adv['cover_photo'], $adv['cover_photo'],
$adv['locale'], $adv['locale'],
$adv['name'], $adv['name'],
$adv['advs_desc'] $adv['advs_desc'],
$adv['detail_url'],
$adv['currency_price'],
$adv['category1'],
$adv['currency_standard_price'],
$adv['category2'],
$adv['thumbnail'],
); );
$newAdv = $this->advRepository->create(array_merge($adv, [ $newAdv = $this->advRepository->create(array_merge($adv, [
'slug' => $adv['slug'] . '_' . time(), 'slug' => $adv['slug'] . '_' . time(),