Ian Ward
Ian Ward
:+1: this should be a really easy change to https://github.com/open-data/ckanext-scheming/blob/master/ckanext/scheming/templates/scheming/snippets/form_field.html
we still need the thing that checks for `'display_field': False`, right? Alternatively we could use `'display_snippet': null`.
Hmm. doesn't seem to hide the fields when I try it.
@florianm ok, should we close this too, or will you add the display_snippet is None check to this PR?
@Patrick1Rhode sure, a PR would be welcome
:+1: from me. Need to think about how this affect user lists available other places, like in organization_show, and what details should be available if for anon users calling user_show...
I see a few other dictization `sort_key` cases like this, should we fix them all?
bonus points if we can use `locale.strcoll` for these
I think the best way to do this would be to add a helper called `strxfrm` that is "close enough" to properly sorted for many languages e.g. ```python def strxfrm(s):...
@JVickery-TBS all this needs is a changelog entry now