spree-contrib / spree_editor

Rich text editor for Spree with Image and File uploading in-place.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
112 stars 183 forks source link

Upgrading from spree <= 0.70 to 1.2 has some issues #27

Closed zecke closed 11 years ago

zecke commented 11 years ago

We have used the YUI Richtexteditor in the old version, the Spree::EditorConfiguration's current_editor was still YUIRichTextEditor and it was not 'migrated'/updated to use the TinyMCE one. This lead to the admin interface being unreachable. A more pleasant upgrade path would have been nice.

JDutil commented 11 years ago

It has been indicated that YUI editor does not work after Version 0.70.0 for people to take it into account during the upgrade process. If you would like to contribute a pull request to help ease the transition for people in a similar situation as yours it would be welcome.