Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ddff6b66

Von Moritz Bunkus vor etwa 7 Jahren hinzugefügt

  • ID ddff6b665bbde38984f4d1916b7a7884fc47dadc
  • Vorgänger ce89fe5c
  • Nachfolger 28550377

CSV-Import: Fehlermeldung, falls Task-Server für aktuellen Mandanten deaktiviert

Unterschiede anzeigen:

SL/Controller/CsvImport.pm
}
sub check_task_server {
if (!$::auth->client->{task_server_user_id}) {
flash('error', t8('The task server is required for this module but not enabled for the current client. Please enable it for the client "#1" in the administration section.', $::auth->client->{name}));
}
return 1 if $_[0]->task_server->is_running;
flash('info', t8('The task server is not running at the moment but needed for this module'));
flash('warning', t8('The task server is not running at the moment but needed for this module'));
1;
}

Auch abrufbar als: Unified diff