Skip to content

Commit 6d3a89b

Browse files
Merge pull request #6521 from christianbeeznest/fixes-updates110
Settings: Refactor and update catalog settings
2 parents 2aa0c9e + caa7e17 commit 6d3a89b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CoreBundle/DataFixtures/SettingsCurrentFixtures.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ public static function getExistingSettings(): array
10391039
[
10401040
'name' => 'push_notification_settings',
10411041
'title' => 'Push notification settings (JSON)',
1042-
'comment' => "JSON configuration for Push notifications integration. Example: {'gotify_url':'http://localhost:8080','gotify_token':'yourtoken','enabled':true}. Leave empty if you do not want to use push notifications.",
1042+
'comment' => "JSON configuration for Push notifications integration.",
10431043
],
10441044
[
10451045
'name' => 'donotlistcampus',

src/CoreBundle/Settings/CatalogSettingsSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace Chamilo\CoreBundle\Settings;
88

99
use Chamilo\CoreBundle\Form\Type\YesNoType;
10-
use Sonata\AdminBundle\Form\Type\Filter\ChoiceType;
1110
use Sylius\Bundle\SettingsBundle\Schema\AbstractSettingsBuilder;
11+
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
1212
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
1313
use Symfony\Component\Form\FormBuilderInterface;
1414

0 commit comments

Comments
 (0)