unclecheese / silverstripe-dashboard

Dashboard module for SilverStripe 3
GNU General Public License v2.0
46 stars 35 forks source link

Quick links are not sorting #62

Closed mi32dogs closed 8 years ago

mi32dogs commented 9 years ago

Hi,

First of all thanks for all the great modules, they are very helpful.

I have a little problem with the quick links, they are not sorting. I get the flowing error in firebug http://192.168.1.100/dash/admin/dashboard/panel/2/ConfigureForm/field/Links/sort?item[]=2&item[]=1 404 Not found Action 'sort' isn't available on class DashboardHasManyRelationEditor.

Thank you

unclecheese commented 9 years ago

Can you try adding it to the allowed_actions, and see if that works? If it does, please submit a PR.

mi32dogs commented 9 years ago

I tried that but that did not make a difference. What is a PR?

Thanks

unclecheese commented 9 years ago

Did your remember to ?flush? Changes to private statics are cached.

PR = 'pull request';

mi32dogs commented 9 years ago

I'm so sorry, i thought a did many ?flush=all 's but i must have done something wrong or having a big brain fart here. it is working perfectly now. Thank you