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

Error Undo doesn't work properly if you change the properties of an object #257

Open
jogilder opened this issue Feb 24, 2016 · 1 comment

Comments

@jogilder
Copy link

If you modify the name for an object (eg document) on the properties tab there is an undo button. If you click on the undo button then you get a 404 error saying the resource cannot be found. The path looked for has the new 'name' for the object. When you look at the folder containing the object then the object hasn't been altered and is still there with the modified name. This happens for all content types.

@jogilder
Copy link
Author

You can undo this transaction from the undo tab. The issue is that the wrong tid is passed to db.undo on line 62 of sdi/views/undo.py.

@jogilder jogilder changed the title Undo doesn't work properly if you change the properties of an object Error Undo doesn't work properly if you change the properties of an object Oct 13, 2016
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