From a86677e6184bb9697ef82b6e906e0ca5a4cb44ab Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 6 Oct 2023 16:24:36 +0200 Subject: [PATCH] Documentation --- docs/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 35be5ca..ca31157 100644 --- a/docs/index.html +++ b/docs/index.html @@ -129,18 +129,22 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package

2.3.2 Supported field types

+

For these field types, the interface will be already customized. For example, a file upload input is provided to fill a byte[] field or a date-picker for the various date types.

+

Unsupported field types are handled as gracefully as possible, meaning that when such a field is detected the application will run anyway but this field will never be displayed in the web interface. This also means that it will not be possible to enter the value for this field when editing or creating, leaving it as the default NULL value. If the field is not nullable, you will thus not be able to create items.

+

If you think this field type should be supported, please open an issue on Github.

+

To check if your code contains unsupported fields: