cuba-platform / cuba

CUBA Platform is a high level framework for enterprise applications development
https://www.cuba-platform.com
Apache License 2.0
1.34k stars 219 forks source link

Insert script in System Information window doesn't wrap LocalDate values in quotes #3283

Open gorbunkov opened 2 years ago

gorbunkov commented 2 years ago

Platform version: 7.2.19

  1. Create an entity with a field of LocalDate type
  2. Run the application, create entity instance.
  3. In the entity browse screen right click in the line and select the "System information" context action
  4. Click the "Script for Insert" button

AR: value for field with LocalDate datatype will not be wrapped into quotes, while values of Date datatype are wrapped

Screenshot 2022-09-12 at 13 18 23

Screenshot 2022-09-12 at 13 18 37

Forum topic