Pārlūkot izejas kodu

Show boolean not required error (#3997)

It makes no sense to have a boolean attribute that is required, because it
makes people have to check that box for every product they edit. Now let's
also show people the error that will be thrown when that happens, for clarity.
master
Voxin Muyli 3 gadus atpakaļ
vecāks
revīzija
311383c970
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam

+ 1
- 1
src/oscar/templates/oscar/dashboard/catalogue/product_class_form.html Parādīt failu

@@ -117,7 +117,7 @@
117 117
 
118 118
                                                         {% include 'oscar/dashboard/partials/form_field.html' with field=attribute_form.option_group nolabel=True %}
119 119
                                                     </td>
120
-                                                    <td>{% include 'oscar/dashboard/partials/form_field.html' with field=attribute_form.required nolabel=True %}</td>
120
+                                                    <td>{% include 'oscar/dashboard/partials/form_field.html' with field=attribute_form.required nolabel=True %}{{ attribute_form.non_field_errors }}</td>
121 121
                                                     <td>{% include 'oscar/dashboard/partials/form_field.html' with field=attribute_form.DELETE nolabel=True %}</td>
122 122
                                                 </tr>
123 123
                                             {% endfor %}

Notiek ielāde…
Atcelt
Saglabāt