mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: getFeatureToggleAdmin should include project
This commit is contained in:
		
							parent
							
								
									c6d6898123
								
							
						
					
					
						commit
						8cb147a81f
					
				@ -270,6 +270,7 @@ class FeatureStrategiesStore implements IFeatureStrategiesStore {
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
                acc.name = r.name;
 | 
					                acc.name = r.name;
 | 
				
			||||||
                acc.description = r.description;
 | 
					                acc.description = r.description;
 | 
				
			||||||
 | 
					                acc.project = r.project;
 | 
				
			||||||
                acc.stale = r.stale;
 | 
					                acc.stale = r.stale;
 | 
				
			||||||
                acc.variants = r.variants;
 | 
					                acc.variants = r.variants;
 | 
				
			||||||
                acc.createdAt = r.created_at;
 | 
					                acc.createdAt = r.created_at;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user