From 6309ff6db511d25ab3db8c69d191b78636bd80f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Tue, 11 Oct 2022 09:07:20 +0200 Subject: [PATCH] remove ref to readonly mode in 3.2 --- exercises_3_fields_views.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exercises_3_fields_views.md b/exercises_3_fields_views.md index e0ee48b..cdc65a8 100644 --- a/exercises_3_fields_views.md +++ b/exercises_3_fields_views.md @@ -35,8 +35,7 @@ goal of this exercise is to create a field from scratch. ## 3.2 Improving the image_preview field We want to improve the widget of the previous task to help the staff recognize -orders for which some action should be done. In particular, we want to display, -in readonly, a warning 'MISSING TSHIRT DESIGN' in red, if there is no image url +orders for which some action should be done. In particular, we want to display a warning 'MISSING TSHIRT DESIGN' in red, if there is no image url specified on the order. ## 3.3 Customizing a field component