max
February 23, 2017, 9:58pm
1
Editing a blueprint to toggle if files are “sortable”, has no effect in the panel, the files are sortable either way.
I tested this out with the starter kit v 2.4.1 editing /site/blueprints/project.yml
files:
sortable: true
vs:
files:
sortable: false
Am I missing something?
Here is a pull request that fixes it:
develop ← maxackerman:file-sortable
opened 06:21PM - 23 Feb 17 UTC
Editing blueprints to toggle file sorting currently has no effect in the panel, … they are always sortable.
the function canSortFiles was removed in previous commit, which broke the ability to toggle file sorting from a blueprint
texnixe
February 23, 2017, 11:09pm
2
Yes, looks like it does not works as it should.
max
July 5, 2017, 11:11pm
3
Hi texnixe,
I wanted to bump this thread to see if a fix is in the works. My pull request should still do the trick. Not being able to disable sorting in the panel is causing issues for some sites I have in production.
Thanks,
Max
I marked this as bug, but I’m not sure your fix is where it should be, because all of the old functions have been removed and solved differently.
1 Like