Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does Booking disable eID feature? #2

Closed
tobiasschaeferptb opened this issue Aug 12, 2020 · 3 comments
Closed

Why does Booking disable eID feature? #2

tobiasschaeferptb opened this issue Aug 12, 2020 · 3 comments

Comments

@tobiasschaeferptb
Copy link

Hi Joachim,

I use EXT:caretaker_instance (3.0.3) on the same TYPO3 (9.5.20) where EXT:booking (1.4.5) is installed. caretaker_instance relies on the eID feature.
This feature is disabled by booking in booking/Configuration/RequestMiddlewares.php
return [
'frontend' => [
'typo3/cms-frontend/eid' => [
'disabled' => true,
],

What is the reason for this and could it be solved in a different way?

Cheers, Tobias

@joachimruhs
Copy link
Owner

Hello,
booking uses the new Middleware PSR-15. Try to set 'disabled' => false

@tobiasschaeferptb
Copy link
Author

Sorry, I didn't mentioned that changing disabled to false fixes the problem for caretaker_instance.
I wasn't sure what are the consequences for booking if I change it.

@joachimruhs
Copy link
Owner

I tested booking with 'disabled' => false. It still works.
Closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants