Skip to content

Commit e454b6b

Browse files
committed
Merge pull request #64 from moretaste/master
Add data-context attribute to show options in symphony 2.6.x
2 parents 567f303 + 11d6552 commit e454b6b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

data-sources/datasource.storage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public static function buildEditor(XMLElement $wrapper, array &$errors = array()
5555

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

6061
// Groups

extension.meta.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
</author>
1515
</authors>
1616
<releases>
17+
<release version="1.5.1" date="2015-11-23" min="2.3">
18+
- Bug fix, add attribute data-context to display options in symphony 2.6.x
19+
</release>
1720
<release version="1.5.0" date="2013-05-27" min="2.3">
1821
- Refactored storage class; storage can actually be unset now, fixes cookie issues.
1922
</release>

0 commit comments

Comments
 (0)