Bewai_AttributeAssigner - Version 0.1.3

Version Notes

Disabled useless ajax in products Grid (caused a form_key error)

Download this release

Release Info

Developer Benjamin Yayon
Extension Bewai_AttributeAssigner
Version 0.1.3
Comparing to
See all releases


Code changes from version 0.1.2 to 0.1.3

app/code/local/Bewai/AttributeAssigner/Block/Adminhtml/Index/App/Screen/Products.php CHANGED
@@ -21,7 +21,7 @@ class Bewai_AttributeAssigner_Block_Adminhtml_Index_App_Screen_Products extends
21
  $this->_controller = 'admin';
22
  $this->setDefaultSort('sku');
23
  $this->setDefaultDir('asc');
24
- $this->setUseAjax(true);
25
  $this->setCanDisplayContainer(true);
26
 
27
  }
@@ -116,6 +116,6 @@ class Bewai_AttributeAssigner_Block_Adminhtml_Index_App_Screen_Products extends
116
  * @return string
117
  */
118
  public function getGridUrl() {
119
- return $this->getUrl('*/*/ajaxFilterGrid', array('_current' => true));
120
  }
121
  }
21
  $this->_controller = 'admin';
22
  $this->setDefaultSort('sku');
23
  $this->setDefaultDir('asc');
24
+ $this->setUseAjax(false);
25
  $this->setCanDisplayContainer(true);
26
 
27
  }
116
  * @return string
117
  */
118
  public function getGridUrl() {
119
+ return $this->getUrl('*/*/index', array('_current' => true));
120
  }
121
  }
app/code/local/Bewai/AttributeAssigner/etc/config.xml CHANGED
@@ -24,7 +24,7 @@
24
 
25
  <modules>
26
  <Bewai_AttributeAssigner>
27
- <version>0.1.2</version>
28
  </Bewai_AttributeAssigner>
29
  </modules>
30
 
24
 
25
  <modules>
26
  <Bewai_AttributeAssigner>
27
+ <version>0.1.3</version>
28
  </Bewai_AttributeAssigner>
29
  </modules>
30
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Bewai_AttributeAssigner</name>
4
- <version>0.1.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
@@ -19,11 +19,11 @@ Easy.&#xD;
19
  &#xD;
20
  This works for simple products only. &#xD;
21
  While updating, be aware that these value will change even if the product is part of a configurable product. </description>
22
- <notes>Sorts select lists alphabetically</notes>
23
  <authors><author><name>Benjamin Yayon</name><user>bouniflax</user><email>benjamin.yayon@bewai.fr</email></author></authors>
24
  <date>2014-10-01</date>
25
- <time>11:08:43</time>
26
- <contents><target name="magelocal"><dir name="Bewai"><dir name="AttributeAssigner"><dir name="Block"><dir name="Adminhtml"><dir name="Index"><dir name="App"><file name="Breadcrumb.php" hash="be7150192b967e9fa71ee79f2a8b46fb"/><dir name="Screen"><file name="Products.php" hash="8b5033581cc94b07431375254b1594df"/><file name="Summary.php" hash="9d3c66d9e26d3f3be1e5e14d3a29cd62"/></dir></dir><file name="App.php" hash="f618806cc9df4975466d18e552d76dd4"/></dir><file name="Index.php" hash="07591c8786c4fd9721db5c867d48355b"/></dir></dir><dir name="Helper"><file name="Data.php" hash="33163798107edc72fdddbba8226ab7b6"/></dir><dir name="controllers"><file name="AdminController.php" hash="da70f7f945f2d84d4f0708bd53fe9247"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2007d8b32e798a3048a6666022185dcb"/><file name="config.xml" hash="e90b2ce61e247fac45e2c1eebec5bccd"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="bewai_attributeassigner.xml" hash="aecd4a211972477f1e39914c49b2f367"/></dir><dir name="template"><dir name="bewai"><dir name="attributeassigner"><dir name="index"><dir name="app"><dir name="breadcrumb"><file name="attribute.phtml" hash="208d10d4c5ed53c07305614aaa54bf37"/><file name="products.phtml" hash="84c870adc755e378aacab2a21f2612d0"/><file name="value.phtml" hash="d59fec1bd3e440c0b2e9859841545ea7"/></dir><file name="breadcrumb.phtml" hash="cca39b4155c1d66aeee4f903f74253f3"/><dir name="screen"><file name="instructions.phtml" hash="263abe2988b05914b9daf8002c7d3f53"/><file name="summary.phtml" hash="290d9b52d82252d6f3648fee4e08bb73"/></dir><file name="screen.phtml" hash="7bd643a91c3979da5fc36d68cee1af83"/></dir><file name="app.phtml" hash="b63468c4d613e07d6344037b0cd25154"/><file name="javascript.phtml" hash="ccc27c6a2987488f2a2d36833e915b9f"/></dir><file name="index.phtml" hash="84af54c18e83e57adc21c08b6d6b74d7"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Bewai_AttributeAssigner.xml" hash="14a172053dd4542ae577d13225c71ca5"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Bewai_AttributeAssigner.csv" hash="78a634e46e8ef248a177c2aa08bf0d63"/></dir><dir name="fr_FR"><file name="Bewai_AttributeAssigner.csv" hash="beaec95afe43086b962f7ca8e557d513"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="bewai"><dir name="attributeassigner"><file name="adminhtml.css" hash="44dc3b9b17c8b46f7cc1bde22308529e"/></dir></dir></dir></dir></dir></target></contents>
27
  <compatible/>
28
  <dependencies><required><php><min>5.3.0</min><max>5.5.0</max></php></required></dependencies>
29
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Bewai_AttributeAssigner</name>
4
+ <version>0.1.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
19
  &#xD;
20
  This works for simple products only. &#xD;
21
  While updating, be aware that these value will change even if the product is part of a configurable product. </description>
22
+ <notes>Disabled useless ajax in products Grid (caused a form_key error)</notes>
23
  <authors><author><name>Benjamin Yayon</name><user>bouniflax</user><email>benjamin.yayon@bewai.fr</email></author></authors>
24
  <date>2014-10-01</date>
25
+ <time>11:22:12</time>
26
+ <contents><target name="magelocal"><dir name="Bewai"><dir name="AttributeAssigner"><dir name="Block"><dir name="Adminhtml"><dir name="Index"><dir name="App"><file name="Breadcrumb.php" hash="be7150192b967e9fa71ee79f2a8b46fb"/><dir name="Screen"><file name="Products.php" hash="33ef25aa01224a21e9e57f63250d37e0"/><file name="Summary.php" hash="9d3c66d9e26d3f3be1e5e14d3a29cd62"/></dir></dir><file name="App.php" hash="f618806cc9df4975466d18e552d76dd4"/></dir><file name="Index.php" hash="07591c8786c4fd9721db5c867d48355b"/></dir></dir><dir name="Helper"><file name="Data.php" hash="33163798107edc72fdddbba8226ab7b6"/></dir><dir name="controllers"><file name="AdminController.php" hash="da70f7f945f2d84d4f0708bd53fe9247"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2007d8b32e798a3048a6666022185dcb"/><file name="config.xml" hash="c361cd8ee8b4e784885d50e0076b46f9"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="bewai_attributeassigner.xml" hash="aecd4a211972477f1e39914c49b2f367"/></dir><dir name="template"><dir name="bewai"><dir name="attributeassigner"><dir name="index"><dir name="app"><dir name="breadcrumb"><file name="attribute.phtml" hash="208d10d4c5ed53c07305614aaa54bf37"/><file name="products.phtml" hash="84c870adc755e378aacab2a21f2612d0"/><file name="value.phtml" hash="d59fec1bd3e440c0b2e9859841545ea7"/></dir><file name="breadcrumb.phtml" hash="cca39b4155c1d66aeee4f903f74253f3"/><dir name="screen"><file name="instructions.phtml" hash="263abe2988b05914b9daf8002c7d3f53"/><file name="summary.phtml" hash="290d9b52d82252d6f3648fee4e08bb73"/></dir><file name="screen.phtml" hash="7bd643a91c3979da5fc36d68cee1af83"/></dir><file name="app.phtml" hash="b63468c4d613e07d6344037b0cd25154"/><file name="javascript.phtml" hash="ccc27c6a2987488f2a2d36833e915b9f"/></dir><file name="index.phtml" hash="84af54c18e83e57adc21c08b6d6b74d7"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Bewai_AttributeAssigner.xml" hash="14a172053dd4542ae577d13225c71ca5"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Bewai_AttributeAssigner.csv" hash="78a634e46e8ef248a177c2aa08bf0d63"/></dir><dir name="fr_FR"><file name="Bewai_AttributeAssigner.csv" hash="beaec95afe43086b962f7ca8e557d513"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="bewai"><dir name="attributeassigner"><file name="adminhtml.css" hash="44dc3b9b17c8b46f7cc1bde22308529e"/></dir></dir></dir></dir></dir></target></contents>
27
  <compatible/>
28
  <dependencies><required><php><min>5.3.0</min><max>5.5.0</max></php></required></dependencies>
29
  </package>