door card pass: add doormanagerlog view

This commit is contained in:
Schneider Roland
2023-02-28 21:48:30 +01:00
parent 7c610b50ab
commit df69ec83d3
7 changed files with 233 additions and 5 deletions

View File

@@ -541,7 +541,7 @@ class Helper {
public static function isRestAllowVerifyOnly() {
return \Yii::$app->params ['rest_allow_verify_only'] == true;
return \Yii::$app->params ['rest_allow_verify_only'] && \Yii::$app->params ['rest_allow_verify_only'] == true;
}
public static function getDoorEntryStrategy(){