(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
+2 -1
View File
@@ -1351,7 +1351,8 @@ class AppDatabase {
Future<void> insertPendingContact(Map<String, dynamic> row) async {
final db = await database;
await db.insert('contacts_outbox', row);
await db.insert('contacts_outbox', row,
conflictAlgorithm: ConflictAlgorithm.replace);
}
/// [projectId] NÉLKÜL (a flush-hoz) MINDEN várólistás sort ad vissza —