-
Notifications
You must be signed in to change notification settings - Fork 95
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
Hierarchy view shows classes in wrong order #861
Comments
Is the purpose to compare those notations alphanumerically instead of true numerical sorting? |
Yes, in classifications the listing order of notations with captions is always alphabetical, not numeric. Some |
It turned out that a hierarchy view still shows classes in wrong order. The following image and the related data describe the problem. 14 -> 14.0 and 36 -> 36.09 are comparable cases but they are shown incoherently. The data is correct which indicates the problem in the code. http://finto.fi/ykl/fi/page/14.01
|
The problem was indeed fixed in PR #887, but the JS changes were not reflected in the Anyway, the specific problem has now been corrected in |
At which URL did you encounter the problem?
https://finto.fi/ykl/en/page/33
https://finto.fi/udcs/en/page/025403
and many others.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The hierarchy view should show the classes in alphabethical order according to the notation.
Expected order (Which is shown correctly on the NARROWER CONCEPTS list):
33.03 Legal handbooks
33.04 Bodies of laws and directives. Compilations of judicial cases
33.1 International law
33.2 Public and administrative law
33.3 Civil and commercial law
and
502/504 Environmental science. Conservation of natural resources. Threats to the environment and protection against them
51 Mathematics
52 Astronomy. Astrophysics. Space research. Geodesy
Instead we see:
33.1 International law
33.2 Public and administrative law
33.3 Civil and commercial law
33.03 Legal handbooks
33.04 Bodies of laws and directives. Compilations of judicial cases
and
51 Mathematics
52 Astronomy. Astrophysics. Space research. Geodesy
...
502/504 Environmental science. Conservation of natural resources. Threats to the environment and protection against them
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
Chrome.
This may be related to issue #264
The text was updated successfully, but these errors were encountered: