Fix option to send e-mail notification about account action always being true (#11242)
This commit is contained in:
		
							parent
							
								
									de747948a1
								
							
						
					
					
						commit
						aef567cb9d
					
				@ -17,10 +17,13 @@ class Admin::AccountAction
 | 
				
			|||||||
                :type,
 | 
					                :type,
 | 
				
			||||||
                :text,
 | 
					                :text,
 | 
				
			||||||
                :report_id,
 | 
					                :report_id,
 | 
				
			||||||
                :warning_preset_id,
 | 
					                :warning_preset_id
 | 
				
			||||||
                :send_email_notification
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  attr_reader :warning
 | 
					  attr_reader :warning, :send_email_notification
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  def send_email_notification=(value)
 | 
				
			||||||
 | 
					    @send_email_notification = ActiveModel::Type::Boolean.new.cast(value)
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def save!
 | 
					  def save!
 | 
				
			||||||
    ApplicationRecord.transaction do
 | 
					    ApplicationRecord.transaction do
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user