Skip to content

Commit

Permalink
Merge pull request #1727 from griidc/hotfix/6.67.1
Browse files Browse the repository at this point in the history
Hotfix/6.67.1
  • Loading branch information
mickel1138 authored Jan 10, 2025
2 parents d48b07b + abb63fb commit ac1c756
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"doctrine/doctrine-fixtures-bundle": "^3.0",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.11",
"easycorp/easyadmin-bundle": "^4.0",
"easycorp/easyadmin-bundle": "^4.12.0",
"easyrdf/easyrdf": "^1.1",
"fdekker/log-viewer-bundle": "^1.3",
"friendsofsymfony/elastica-bundle": "^6.1.0",
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
Knp\Bundle\SnappyBundle\KnpSnappyBundle::class => ['all' => true],
FD\LogViewer\FDLogViewerBundle::class => ['all' => true],
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
];
5 changes: 5 additions & 0 deletions config/packages/twig_component.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
twig_component:
anonymous_template_directory: 'components/'
defaults:
# Namespace & directory for components
App\Twig\Components\: 'components/'
12 changes: 12 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,18 @@
"symfony/uid": {
"version": "v5.4.3"
},
"symfony/ux-twig-component": {
"version": "2.22",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.13",
"ref": "67814b5f9794798b885cec9d3f48631424449a01"
},
"files": [
"config/packages/twig_component.yaml"
]
},
"symfony/validator": {
"version": "5.4",
"recipe": {
Expand Down
2 changes: 1 addition & 1 deletion templates/Dataland/metadata.markup.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name" : "{{dataset.title}}",
"alternateName" : "{{dataset.datasetSubmission.shortTitle}}",
"creator:[
"creator" : [
{
"@type": "Person",
"name": "{{dataset.datasetSubmission.datasetContacts[0].person.lastName}}, {{dataset.datasetSubmission.datasetContacts[0].person.firstName}}",
Expand Down

0 comments on commit ac1c756

Please sign in to comment.