add feature word_typed_listener_allowed_only_for_empty_customerf

This commit is contained in:
Schneider Roland 2023-03-24 17:13:39 +01:00
parent 89fe6a37c1
commit 2d53992a42
3 changed files with 4 additions and 3 deletions

View File

@ -554,8 +554,7 @@ class Helper {
public static function isWordTypedListenerAllowedOnlyForEmptyCustomer(){ public static function isWordTypedListenerAllowedOnlyForEmptyCustomer(){
$key = "word_typed_listener_allowed_only_for_empty_customer"; $key = "word_typed_listener_allowed_only_for_empty_customer";
// return Helper::getArrayValue(\Yii::$app->params ,$key,'0') === '1'; return Helper::getArrayValue(\Yii::$app->params ,$key,'0') === '1';
return true;
} }

View File

@ -1,2 +1,3 @@
FITNESS_REST_ALLOW_VERIFY_ONLY=true FITNESS_REST_ALLOW_VERIFY_ONLY=true
DOOR_ENTRY_STRATEGY=door_pass DOOR_ENTRY_STRATEGY=door_pass
FITNESS_WORD_TYPED_LISTENER_ALLOWED_ONLY_FOR_EMPTY_CUSTOMER=0

View File

@ -24,6 +24,7 @@ services:
FITNESS_MAIL_PASSWORD: test FITNESS_MAIL_PASSWORD: test
FITNESS_REST_ALLOW_VERIFY_ONLY: "$FITNESS_REST_ALLOW_VERIFY_ONLY" FITNESS_REST_ALLOW_VERIFY_ONLY: "$FITNESS_REST_ALLOW_VERIFY_ONLY"
DOOR_ENTRY_STRATEGY: "$DOOR_ENTRY_STRATEGY" DOOR_ENTRY_STRATEGY: "$DOOR_ENTRY_STRATEGY"
FITNESS_WORD_TYPED_LISTENER_ALLOWED_ONLY_FOR_EMPTY_CUSTOMER: "$FITNESS_WORD_TYPED_LISTENER_ALLOWED_ONLY_FOR_EMPTY_CUSTOMER"
cutlerdb: cutlerdb:
image: mariadb:10.1 image: mariadb:10.1