[DEV] correct the get of list in row

This commit is contained in:
Edouard DUPIN 2024-01-19 21:17:29 +01:00
parent e35a1ae879
commit 9ffebf1d1d

View File

@ -83,7 +83,7 @@ public class AddOnSQLTableExternalForeinKeyAsList implements DataAccessAddOn {
@Override
public boolean canRetrieve(final Field field) {
return false;
return true;
}
@Override