Hi,

Now that ChangeManager supports the core operations like Add/Remove/Reorder. But it would be nice to have a support for the Move operation also. With this, one can persist the moving of a component from one container to another.

Effectively the move operation involves the two changes to be persisted
  1. Removal of the component from the source container component
2. Addition of the component to the destination component, at the specified index.

Here is the JIRA issue filed by me https://issues.apache.org/jira/browse/TRINIDAD-127

Any objections for adding this feature to trinidad? If this is acceptable, I will provide a patch for this.

Thanks & Regards,
--Shafi

Reply via email to