1 package SL::Controller::CustomVariableConfig;
 
   5 use parent qw(SL::Controller::Base);
 
   7 use SL::DB::CustomVariableConfig;
 
   9 __PACKAGE__->run_before('check_auth');
 
  18   SL::DB::CustomVariableConfig->reorder_list(@{ $::form->{cvarcfg_id} || [] });
 
  20   $self->render(\'', { type => 'json' });
 
  28   $::auth->assert('config');