Skip to content

Commit

Permalink
Merge pull request #64 from moretaste/master
Browse files Browse the repository at this point in the history
Add data-context attribute to show options in symphony 2.6.x
  • Loading branch information
michael-e committed Nov 23, 2015
2 parents 567f303 + 11d6552 commit e454b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions data-sources/datasource.storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public static function buildEditor(XMLElement $wrapper, array &$errors = array()

$fieldset = new XMLElement('fieldset');
$fieldset->setAttribute('class', 'settings contextual ' . __CLASS__);
$fieldset->setAttribute('data-context', 'storage');
$fieldset->appendChild(new XMLElement('legend', self::getName()));

// Groups
Expand Down
3 changes: 3 additions & 0 deletions extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
</author>
</authors>
<releases>
<release version="1.5.1" date="2015-11-23" min="2.3">
- Bug fix, add attribute data-context to display options in symphony 2.6.x
</release>
<release version="1.5.0" date="2013-05-27" min="2.3">
- Refactored storage class; storage can actually be unset now, fixes cookie issues.
</release>
Expand Down

0 comments on commit e454b6b

Please sign in to comment.