- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Major
 - 
    4.4.0
 - 
    None
 - 
    None
 
- 
        4.4 RC4
 
How to reproduce:
- In a content type, have a repeater and a composite in this repeater
 - Create a content of this type and add an entry to the repeater
 - In a solr search, search the content of the content type and put the repeater in columns
 - Click on the repeater column
	
- There is a column for the sub composite
 - Click on the cell of the composite => the following JS error occurs (KO)
 
 
Repeater.js:53 Uncaught TypeError: Cannot read property 'entries' of undefined
 at constructor.setValue (Repeater.js:53)
 at constructor.startEdit (ext-all.js:160285)
 at constructor.callParent (ext-all.js:13647)
 at constructor.startEdit (ext-all.js:218722)
 at constructor.activateCell (ext-all.js:249447)
 at constructor.activateCell (ext-all.js:227788)
 at constructor.setActionableMode (ext-all.js:227678)
 at constructor.setActionableMode (ext-all.js:221713)
 at constructor.onCellClick (ext-all.js:248899)
 at ext-all.js:7365