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

keine termine im be fullcalendar wenn in yrewrite die option 'Startsprache automatisch gemäß Sprache des Client-Browsers' gewählt wurde #18

Closed
isospin opened this issue Feb 11, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@isospin
Copy link
Member

isospin commented Feb 11, 2022

forcal addon: der kalender im backend zeigt keine termine. der firefox inspector zeigt das der rex api call per 302 auf den unterordner 'en' umgeleitet wird.
Screenshot 2022-02-11 084738

vermutlich leitet yrewrite weiter. dort ist die option 'Startsprache automatisch gemäß Sprache des Client-Browsers, bevorzugte Sprache als Fallback ' aktiviert.
vermutlich muss der api-call in der forcal.js anders definiert werden:

url: '../?rex-api-call=forcal_exchange&_csrf_token=' + csrf_token,

@eaCe
Copy link
Member

eaCe commented Feb 11, 2022

Lässt sich eventuell so vermeiden:

In der boot.php:

rex_view::setJsProperty('forcal_events_api_url', rex_url::backendController(['rex-api-call' => 'forcal_exchange', '_csrf_token' => \forCal\Handler\forCalApi::getToken()]));

In der Zeile der JS:
url: rex.forcal_events_api_url,

Edit: Nicht im FE nutzbar

@skerbis skerbis added the bug Something isn't working label Feb 11, 2022
@skerbis
Copy link
Member

skerbis commented Feb 11, 2022

Habe die Änderung übernommen und released 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants