-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
I am experiencing the same issue seen in number #69. The order_attribute is not being enforced by the application. Here is a same of my JSON code:
{
"_comment": "Generated by CubETL",
"label": "Year",
"levels": [
{
"name": "year",
"label": "Year",
"role": "year",
"attributes": ["year"],
"label_attribute": "year",
"order_attribute": "year"
}
],
"name": "year"
},
I went through 3daf61c, the commit that fixed the issue in the cubesviewer version only, and I did not see the same changes in the current server version.