mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #1223 from openclassify/4816
#4816 [hepsiemlak-theme] fix
This commit is contained in:
commit
4f5bb28cf9
@ -41,7 +41,7 @@ return [
|
||||
'new_options_configuration' => 'Yeni Seçenek yapılandırması',
|
||||
'new_option_configuration' => 'Yeni Seçenek yapılandırması',
|
||||
'create_configurations' => 'Konfigürasyonlar Oluşturun',
|
||||
'replicate' => 'Tekrarla',
|
||||
'replicate' => 'İlanı Kopyala',
|
||||
'fast_create' => 'Hızlı ekle',
|
||||
'publish' => 'Yayınla',
|
||||
'import' => 'İçe aktar',
|
||||
|
||||
@ -98,7 +98,13 @@ class AdvsController extends AdminController
|
||||
$adv['cover_photo'],
|
||||
$adv['locale'],
|
||||
$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, [
|
||||
'slug' => $adv['slug'] . '_' . time(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user