(fix) felhős projekthez csak bejelentkezés után lehet csatlakozni, név megjelenítése a kapcsolatok mellett a terepbejárás nézetben.
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2026-08-07 21:25:31 +02:00
parent 950c2f48f1
commit e1128700f0
10 changed files with 124 additions and 18 deletions
+1
View File
@@ -280,6 +280,7 @@ class AppLogger extends GetxService {
final userId = Supabase.instance.client.auth.currentUser?.id;
await Supabase.instance.client.from('terepi_seged_logs').insert({
'type': type,
'tag': tag,
'message': message,
'error_text': error?.toString(),