Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order_Attribute not working in CubesViewer-Server 2.0.2 #90

Open
jhramirez320 opened this issue Nov 28, 2016 · 1 comment
Open

Order_Attribute not working in CubesViewer-Server 2.0.2 #90

jhramirez320 opened this issue Nov 28, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@jhramirez320
Copy link

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.

@jhramirez320
Copy link
Author

2016-11-28_1755

@jjmontesl jjmontesl self-assigned this Dec 23, 2018
@jjmontesl jjmontesl added this to the 2.1.x milestone Dec 23, 2018
@jjmontesl jjmontesl added the bug label Dec 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants