Compare commits

...

3 Commits

Author SHA1 Message Date
d8792adc5f Deploy: last deploy for chill bundles
All checks were successful
continuous-integration/drone/tag Build is passing
2022-12-27 00:11:54 +01:00
0ba659e17f Fixed: fixed env variable processor (typo)
All checks were successful
continuous-integration/drone/tag Build is passing
2022-12-26 22:27:26 +01:00
645113c13a Fixed: fixed env variable processor
Some checks reported errors
continuous-integration/drone/tag Build was killed
2022-12-26 22:24:23 +01:00
3 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
}, },
"require": { "require": {
"ext-redis": "*", "ext-redis": "*",
"chill-project/chill-bundles": "dev-master#351df930a1274ee4f308b7f898f2d7485c9659f3", "chill-project/chill-bundles": "dev-master#bbd2599e7e6040c7090bfb11bc2f913b5a73d5e4",
"symfony/flex": "^1.9", "symfony/flex": "^1.9",
"symfony/http-client": "^4.4 || ^5", "symfony/http-client": "^4.4 || ^5",
"nelmio/alice": "^3.8", "nelmio/alice": "^3.8",

8
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b80cc48fce9bd7e64756d3c5431279ae", "content-hash": "579aaf96d9d506c029dc6d995514e006",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@@ -228,12 +228,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "git@gitlab.com:Chill-Projet/chill-bundles.git", "url": "git@gitlab.com:Chill-Projet/chill-bundles.git",
"reference": "351df930a1274ee4f308b7f898f2d7485c9659f3" "reference": "bbd2599e7e6040c7090bfb11bc2f913b5a73d5e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=351df930a1274ee4f308b7f898f2d7485c9659f3", "url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=bbd2599e7e6040c7090bfb11bc2f913b5a73d5e4",
"reference": "351df930a1274ee4f308b7f898f2d7485c9659f3", "reference": "bbd2599e7e6040c7090bfb11bc2f913b5a73d5e4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {

View File

@@ -21,11 +21,11 @@ chill_main:
access_user_change_password: true access_user_change_password: true
access_permissions_group_list: true access_permissions_group_list: true
add_address: add_address:
default_country: '%env(string:ADD_ADDRESS_DEFAULT_COUNTRY)' default_country: '%env(string:ADD_ADDRESS_DEFAULT_COUNTRY)%'
map_center: map_center:
x: '%env(float:ADD_ADDRESS_MAP_CENTER_X)' x: '%env(float:ADD_ADDRESS_MAP_CENTER_X)%'
y: '%env(float:ADD_ADDRESS_MAP_CENTER_y)' y: '%env(float:ADD_ADDRESS_MAP_CENTER_Y)%'
z: '%env(float:ADD_ADDRESS_MAP_CENTER_Z)' z: '%env(float:ADD_ADDRESS_MAP_CENTER_Z)%'
chill_custom_fields: chill_custom_fields:
show_empty_values_in_views: false show_empty_values_in_views: false