etewiah / property_web_builder

Create a fully featured real estate website on Rails in minutes! ⛺
https://propertywebbuilder.com
MIT License
545 stars 257 forks source link

Changing logo through admin works only once #64

Closed SteveRedka closed 6 years ago

SteveRedka commented 6 years ago

If you use interface to change logo, it uploads an image - but keeps using the first uploaded logo.

2018-02-20-170228_1366x768_scrot.png

etewiah commented 6 years ago

Hi @SteveRedka, you are right. I came across this issue a few days ago and I implemented the following workaround:

https://github.com/etewiah/property_web_builder/commit/725b307f4056c21210bee49b77e61d0e9758bb63

Update to the latest version and it should work. I will review the way I've implemented photo updates when I get the chance.

etewiah commented 6 years ago

Hi @SteveRedka, can you confirm that I can close this issue?