a
This commit is contained in:
@@ -105,7 +105,11 @@ class DashboardNotesWidget extends StatelessWidget {
|
||||
return GestureDetector(
|
||||
onTap: () {
|
||||
// Vai al form di dettaglio passando l'ID o l'oggetto
|
||||
context.push('/notes/edit/${note.id}');
|
||||
context.pushNamed(
|
||||
Routes.noteForm,
|
||||
pathParameters: {'id': note.id!},
|
||||
extra: note,
|
||||
);
|
||||
},
|
||||
child: Container(
|
||||
width: 140,
|
||||
|
||||
Reference in New Issue
Block a user