-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
Since each action in the database maintains a copy of the datasource object, when the data source object is updated, it is only reflected in the data source collection and not downstream in all the actions that maintain the copy of this datasource.
Now, since the datasource can only be updated with the name property, it is not an issue from the functionality perspective. Still, it is a data inconsistency issue in the database, and therefore, this issue should be treated as a tech-debt.
The client side functional display will be resolved with this issue: #40287
Steps To Reproduce
Create a new data source and create multiple actions on top of it. Now update the data source name and check the mongo database for each action. You will see the data source name in the action is the old one and not reflected as the new one.
Public Sample App
No response
Environment
Production
Severity
Low (Cosmetic UI issues)
Issue video log
No response
Version
Cloud v1.68