We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Create a folder, create a document in that folder, go to this document, open the p.a.debugtoobar.
Enter 'context' in the interactive prompt or 'nocall:context' in the TALES test
-> The returned object is the folder that contains the document and not the document itself as expected.
The text was updated successfully, but these errors were encountered:
Found a fix but dunno if this works on any browser or any situation :
Changes in file p/a/debugtoolbar/browser/resources/debugtoolbar.js :
Line 29 : path = document.baseURI + "/@@plone.app.debugtoolbar.interactive.response"; Line 56 : path = document.baseURI + "/@@plone.app.debugtoolbar.interactive.tales";
Sorry, something went wrong.
No branches or pull requests
Hi,
Create a folder, create a document in that folder, go to this document, open the p.a.debugtoobar.
Enter 'context' in the interactive prompt or 'nocall:context' in the TALES test
-> The returned object is the folder that contains the document and not the document itself as expected.
The text was updated successfully, but these errors were encountered: