Project

General

Profile

Bug #80143

Updated by Mathias Schreiber about 7 years ago

When moving to Doctrine we missed one deleted restriction. 

 Steps to reproduce: 
 * Create a CE with images 
 * Assign multiple images to that CE 
 * Save the CE 
 * Open up the CE and delete some of the image references 
 * Safe the CE 
 * Switch to list module 
 * Use the Single Table view for tt_content 
 * Select "images" or "assets" in the "Set fields" section 
 * Click "Set fields" 

 Current result: 
 The deleted references will be shown 
 !80143_before.png! 

 Desired result: 
 The deleted references are not shown 
 !80143_after.png!

Back