Another fix for stats
This commit is contained in:
		
							parent
							
								
									0aa67e6aae
								
							
						
					
					
						commit
						e3104a83b4
					
				| @ -342,9 +342,8 @@ class ConferenceAdministrationController < ApplicationController | ||||
|     end | ||||
| 
 | ||||
|     def administrate_stats | ||||
|       get_stats(!request.format.xlsx?) | ||||
| 
 | ||||
|       if request.format.xlsx? | ||||
|         get_stats | ||||
|         logger.info "Generating stats.xls" | ||||
|         return respond_to do |format| | ||||
|           format.xlsx { render xlsx: '../conferences/stats', filename: "stats-#{DateTime.now.strftime('%Y-%m-%d')}" } | ||||
| @ -360,6 +359,8 @@ class ConferenceAdministrationController < ApplicationController | ||||
|           return | ||||
|         end | ||||
| 
 | ||||
|         get_stats(true) | ||||
| 
 | ||||
|         @registration_count = @registrations.size | ||||
|         @completed_registrations = 0 | ||||
|         @bikes = 0 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user