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

'context' is the parent folder in interactive prompt and TALES test #5

Open
glenfant opened this issue Dec 11, 2011 · 1 comment
Open

Comments

@glenfant
Copy link
Contributor

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.

@glenfant
Copy link
Contributor Author

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";

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

1 participant