You have implemented export feature for style, and also added admin_title for each style set.
But you didn't implemented update function to add this column and remove 'description' in already working installations.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

berdyshev’s picture

Status: Active » Needs review
FileSize
724 bytes

Here is the patch

berdyshev’s picture

Title: Update required for admin_title field » Update required for new fields
FileSize
930 bytes

I see there is one more field appeared after improving exportable styles. Here is updated patch

emattias’s picture

Status: Needs review » Closed (fixed)

I've realized that pushing the experimental style export code that could (and did) change fundamentally wasn't "ready" for the dev branch so it's now moved to a wip branch. Everything that has to do with the export has been removed from the dev branch.

If somebody needs to go from first implementation of style exports to second implementation, this might be useful though.

berdyshev’s picture

Ok, I have created sandbox, where all fixes are added. The export style functionality works good here.
If you are ok, we can merge it as new version of Semantic Panels module, like 7.x-2.x.
Here is the link to my sandbox: http://drupal.org/sandbox/BerdArt/1975342
I'm also planning to simplify a bit UI for the style configuration.

Thanks,
Artem

berdyshev’s picture

Issue summary: View changes

updated