Story #104525314 - restore missing change, admin controller flag skips validation

This commit is contained in:
Matt Farnsworth 2015-11-05 12:20:25 +02:00
parent 2c717d247a
commit eda586d8c4

View file

@ -46,6 +46,7 @@ class Admin::DomainsController < AdminController
def update
dp = ignore_empty_statuses
@domain.is_admin = true
if @domain.update(dp)
flash[:notice] = I18n.t('domain_updated')