cuba-platform / cuba-gradle-plugin

Gradle plugin for building CUBA platform and applications
https://www.cuba-platform.com
Apache License 2.0
15 stars 18 forks source link

Dynamic Attributes Enumeration Values does not maintain the order of entry #30

Closed haulmont-git closed 6 years ago

haulmont-git commented 6 years ago
  1. Create an Enumeration dynamic attribute
  2. Add values to the enumeration in the following order: 1, 2-25, 26-100, 101-500, 501+

A.R. Values converted to 1, 26-100, 2-25, 101-500, 501+ and saved the database in this order. E.R Values should be saved and displayed in the same order as they were added


Original issue: https://youtrack.haulmont.com/issue/PL-10711

jreznot commented 6 years ago

Issue moved to cuba-platform/cuba #828 via ZenHub