Max Smolens
Max Smolens
@aadikalloo I also see this on one of my systems (Chrome on Linux). For another data point, what system do you see it on?
As a first step, a simple change would be to accept `"not applicable"` everywhere that `"unknown"` is currently accepted. Beyond that, it would be useful to first list some specific...
I found that Girder unconditionally sorts every JSON response: https://github.com/girder/girder/blob/9e5c9358120ed38273783d35669851b21fa29b92/girder/api/rest.py#L448-L449
In Girder 2.0 I tested a case where the callback of a `girder.confirm` modal dialog calls `girder.confirm` to display another dialog and I don't see the same display issue that...
It looks like pagination has been disabled for the list of segmentations: https://github.com/ImageMarkup/isic-archive/blob/0c903d0c351d661118b684e4fec54fa39a228b17/web_external/js/views/body/SegmentationsDisplayView.js#L89
One solution could be to modify `backbone.analytics.js` to append `Backbone.history.root` to the fragment, as described here: https://gist.github.com/daveaugustine/1771986#gistcomment-887486 **Update:** that doesn't work, root '/' regardless of whether in the Girder app...