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

[BUG] When changes are saved in the code interface, new objects get created in DB #339

Open
WolfgangDaniel opened this issue Jun 3, 2021 · 0 comments
Labels
Bug Issues that deal with something that is not working and should be fixed

Comments

@WolfgangDaniel
Copy link
Contributor

Describe the bug

When changes are saved to the cloud in the code interface, new objects get created in DB. Even if the changes should have only updated the existing objects in the DB. This can lead to Problems when executing a robot. If user input is required, it might get requested multiple times from the user as the same object is saved multiple times in the DB.

To Reproduce

Steps to reproduce the behavior:

  1. Go to Modeler Interface and build a robot, save it to the cloud.
  2. Go to DB and check parameter and rpaattributes objects for the robot.
  3. Go to Coder Editor Interface and change the robot and save it to the cloud.
  4. Go to DB and check parameter and rpaattributes objects for the robot.
  5. See that there were new Objects created for all activities of the robot although the existing one should have just been updated.
@WolfgangDaniel WolfgangDaniel added the Bug Issues that deal with something that is not working and should be fixed label Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that deal with something that is not working and should be fixed
Projects
None yet
Development

No branches or pull requests

1 participant