silverstripe / silverstripe-elemental

Create pages in Silverstripe CMS using content blocks
http://dna.co.nz
BSD 3-Clause "New" or "Revised" License
110 stars 115 forks source link

Bug: element added to wrong ElementList #53

Closed JorisDebonnet closed 7 years ago

JorisDebonnet commented 8 years ago
  1. Create an ElementList "A" with a few Items
  2. Detach/unlink one of the Items
  3. Attach it to another ElementList "B" ("Link existing")
  4. Add a new Item to ElementList "B"

The new item will be added to ElementList "A" instead.

wilr commented 7 years ago

Virtual blocks and unlinking has now been spun off to its' own module (temp: https://github.com/silverstripe/silverstripe-elemental-virtual) soon to be migrated