-
Hi, When I first login I get the tour screen. If I choose do not show again it doesn't appear on any other pages. However if I log out and back in the tour comes back. Is this standard? Is there an option to disable this functionality? With debug on I don't see any errors. The rest of the functionality appears to be fine. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Eaclean
Feb 21, 2023
Replies: 1 comment
-
Leantime seems to send some API requests via the PATCH method (rather than GET, or POST). I’ve updated the handler mappings for PHP 8.1.4 to include extended verbs for DEBUG, DELETE, PUT, and PATCH: Working now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Eaclean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Leantime seems to send some API requests via the PATCH method (rather than GET, or POST).
I’ve updated the handler mappings for PHP 8.1.4 to include extended verbs for DEBUG, DELETE, PUT, and PATCH:
Working now.