Page 1 of 1

Valulist dataprovider problem

PostPosted: Mon Oct 09, 2023 4:51 pm
by christopher.gomes
When using a value list with 'Table Values' select a field that is of type DB Native UUID as the real value, it appears as TEXT type in the valuelist. This then causes a problem saying that the "real type TEXT does not match the dataprovider with type MEDIA" if used on an element whose dataprovider is a form variable of type UUID. When using a global method you can specify the real type to be MEDIA but there doesn't seem to be a similar option for table values (I assume because it pulls it from the db field)