scorpiusjs / scorpius

Modular admin solution built with Meteor
http://scorpiusjs.org
MIT License
34 stars 7 forks source link

Admin Buttons Become Disabled After Save #38

Open krishaamer opened 7 years ago

krishaamer commented 7 years ago

Hey @rwatts3, have you noticed the Cancel, Save, Delete buttons become disabled in Scorpius after saving a document? So every time after saving I need to manually refresh the page to make them active again. I don't notice any javascript errors on the page so not really sure what's causing this. I'm using the Materialize theme.

Best, Kris

screenshot 2016-12-07 14 24 21

rwatts3 commented 7 years ago

Thank you Kris. Could you also send over any console errors. Ill take a look and see if I can replicate.

On Wed, Dec 7, 2016, 5:28 AM Kris Haamer notifications@github.com wrote:

Hey @rwatts3 https://github.com/rwatts3, have you noticed the Cancel, Save, Delete buttons become disabled in Scorpius after saving a document? So every time after saving I need to manually refresh the page to make them active again. I don't notice any javascript errors on the page so not really sure what's causing this. I'm using the Materialize theme.

Best, Kris

[image: screenshot 2016-12-07 14 24 21] https://cloud.githubusercontent.com/assets/54409/20967611/09b2be66-bc89-11e6-973f-f5ad34b692f0.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/scorpiusjs/scorpius/issues/38, or mute the thread https://github.com/notifications/unsubscribe-auth/AFFsSQ_yrUd91IDzY7ku-SsvBXzEOS9_ks5rFqZRgaJpZM4LGiWp .

krishaamer commented 7 years ago

Thanks @rwatts3! I've created an empty test app. The issue is still there but seems to be related to Flow Router, with Iron Router there's no problem.

krishaamer commented 7 years ago

Hey @rwatts3, did you find any leads on why this is happening?

rwatts3 commented 7 years ago

[note] This is related to the flow-router package.

JulianKingman commented 7 years ago

This should be fixed in the PR I made, try updating