CsvImport: temporäre Profile ausblenden
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 13 Nov 2014 16:50:38 +0000 (17:50 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 13 Nov 2014 16:50:38 +0000 (17:50 +0100)
SL/Controller/CsvImport.pm

index 58715d3..0e598a5 100644 (file)
@@ -363,6 +363,7 @@ sub load_all_profiles {
     where => [
       type  => $self->type,
       login => $::myconfig{login},
+      '!name'  => '',
     ],
   sort_by => 'name'));
 }