misskilmister555 / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Imported pre-0.6.0 core module won't load #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the problem? Describe completely:

Options page will not load for imported legacy core modules

Minimalist version   - 0.6.{0-3}
Relevant core module - All core modules
Chrome version       - Any
Operating System     - Any
Language             - Any
Google Apps user?    - N/A
Other extensions     - Any

Please provide any additional information below and attach screenshots if
relevant.

Check for SCREENS[modules[moduleIndex].name] before checking for child 
properties in /js/options-options.js:36

Original issue reported on code.google.com by anst...@gmail.com on 25 Jan 2013 at 10:33

GoogleCodeExporter commented 9 years ago
Fixed, sort of... I disabled legacy import because it was causing too many 
problems. If you have data stuck in legacy modules, using a JSON prettifier to 
make the export readable and then migrate manually.

If you just have your options selected in an old export, PLEASE just use the 
new modules. It will take you less time to select your options again then it 
would to complain about it in the issue tracker.

The root issue of the extension trying to load screenshots for my modules from 
a local file that may or may not have them has been fixed.

Original comment by anst...@gmail.com on 4 Feb 2013 at 2:28