att / rcloud.rcap

RCloud powered dashboards and websites
Other
8 stars 13 forks source link

Duplicated page control property values are linked to original control's properties #261

Closed shaneporter closed 7 years ago

shaneporter commented 7 years ago

Controls that are automatically created when a page is duplicated have a 'link' to the original page's controls. Properties changed in the new page's controls are automatically reflected in the original page's controls.

Steps to reproduce:

1) Create page with a control. 2) Duplicate that page. 3) Modify the properties of that duplicated page's control. 4) Save the changes of the control and go back to the original page. 5) Modify the properties of the original page's control and observe that they are the same as the changed properties of the control on the other page!

This seems to be related to #259 and possibly #258.