mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Nova update
This commit is contained in:
@@ -37,7 +37,7 @@ class Lecturer extends Resource
|
||||
|
||||
public static function relatableTeams(NovaRequest $request, $query, Field $field)
|
||||
{
|
||||
if ($field instanceof BelongsTo) {
|
||||
if ($field instanceof BelongsTo && !$request->user()->hasRole('super-admin')) {
|
||||
$query->where('id', $request->user()->current_team_id);
|
||||
}
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
"Service Unavailable": "Service nicht verfügbar",
|
||||
"Setup Key": "Einrichtungsschlüssel",
|
||||
"Show Recovery Codes": "Zeige die Wiederherstellungscodes",
|
||||
"Showing": "Zeigen",
|
||||
"Showing": "Zeige",
|
||||
"Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Speichern Sie diese Wiederherstellungscodes in einem sicheren Passwortmanager. Sie können verwendet werden, um den Zugriff auf Ihr Konto wiederherzustellen, wenn Ihr Zwei-Faktor-Authentifizierungsgerät verloren geht.",
|
||||
"Switch Teams": "Teams wechseln",
|
||||
"Team Details": "Teamdetails",
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
"Service Unavailable": "Service nicht verfügbar",
|
||||
"Setup Key": "Setup Key",
|
||||
"Show Recovery Codes": "Zeige die Wiederherstellungscodes",
|
||||
"Showing": "Zeigen",
|
||||
"Showing": "Zeige",
|
||||
"Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Speichern Sie diese Wiederherstellungscodes in einem sicheren Passwortmanager. Sie können verwendet werden, um den Zugriff auf Ihr Konto wiederherzustellen, wenn Ihr Zwei-Faktor-Authentifizierungsgerät verloren geht.",
|
||||
"Switch Teams": "Teams wechseln",
|
||||
"Team Details": "Teamdetails",
|
||||
|
||||
Reference in New Issue
Block a user