-
Notifications
You must be signed in to change notification settings - Fork 38
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
Ensure event save works with different admin paths #307
Conversation
Not yet everywhere ok, when i try to add an ETM to the generate recovery code event, i get an error, nothing happens. In symphony log: User Notice: FrontendPageNotFoundException 1024 - The page you requested, |
@wdebusschere Can you try to fire the event with the |
@nitriques This happens in the eventdetail page of the members_generate_recovery_code in the symphony admin, when i try to choose the emailtemplate. Form action url is correct, but the post url is wrong http://localhost/xxx/symphony/extension/members/events/ should be http://localhost/xxx/customesymphony/extension/members/events/ Error is in L13 of https://github.com/symphonycms/members/edit/master/assets/members.events.js |
Well the code is correct, I do not get why you are having that value in there. Symphony.Context.get(); |
Indeed this info is correct.
The error in dev tools: |
So Are you seeing a 302 redirect before the 404 ? Because the code looks ok. Are you able to load |
@nitriques, sorry This has been solved in 1.10.1 |
@wdebusschere np ;) |
Removal of hardcoded symphony path, and using the correct context variable for the complete admin path.