Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

editable views: sometimes the view's editable fields are PATCHed after the view was DELETEd #1486

Closed
teosarca opened this issue Jan 9, 2018 · 3 comments

Comments

@teosarca
Copy link
Member

teosarca commented Jan 9, 2018

Is this a bug or feature request?

What is the current behavior?

Which are the steps to reproduce?

  • open sales order:
  • select some lines and call "Create purchase order"
  • press OK
    When pressing OK, the frontend shall send back all the changed fields and then it shall delete the view.

Sometimes (NOT always!) this happens in reversed order (i.e. first the view is deleted) which ofc will trigger an issue on backend side.

What is the expected or desired behavior?

ALWAYS, do the view patching BEFORE deleting the view.

@metas-ts metas-ts changed the title editable views: sometimes the view's editable fields are PATCHed after the view was DELETED editable views: sometimes the view's editable fields are PATCHed after the view was DELETEd Jan 9, 2018
@teosarca
Copy link
Member Author

i think this one was fixed somewhere.....

@pablosichert
Copy link
Contributor

Is this the same as #1361?

@teosarca
Copy link
Member Author

totally.
Thanks Pablo.
closing it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants