How to customize the format for a field that is a duration?

38 Views Asked by At

In my model.groovy, i have an entity with a lot of fields that are of type duration.

For a particular field, I would be able to customize the format for either enter or display the data. Example : instead of entering "90 minutes" that is the default format, I would be able to enter 1h30.

1

There are 1 best solutions below

0
On

Unfortunately, as of Jspresso 4.3, this is not possible. Feel free to open a RFE on GitHub for it.