2017 © Pedro Peláez
 

magento2-module magento2-module-massaction-newtab

Allow open mass actions in new tabs.

image

springimport/magento2-module-massaction-newtab

Allow open mass actions in new tabs.

  • Monday, October 30, 2017
  • by springimport
  • Repository
  • 2 Watchers
  • 2 Stars
  • 35 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Mass Action new tab

Allow open mass actions in new tabs., (*1)

Install

Enable module:, (*2)

php -f bin/magento module:enable SpringImport_MassActionNewTab

Disable module:, (*3)

php -f bin/magento module:disable SpringImport_MassActionNewTab

Update system:, (*4)

php -f bin/magento setup:upgrade

Using

For setup action, create Vendor/Module/view/adminhtml/ui_component/sales_order_grid.xml and set inNewTab to true., (*5)

<?xml version="1.0" encoding="UTF-8"?>
<listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xsi:noNamespaceSchemaLocation="urn:magento:framework:Ui/etc/ui_configuration.xsd">
    <listingToolbar name="listing_top">
        <massaction name="listing_massaction">
            <action name="print_shipping_label">
                <argument name="data" xsi:type="array">
                    <item name="config" xsi:type="array">
                        <item name="inNewTab" xsi:type="boolean">true</item>
                    </item>
                </argument>
            </action>
        </massaction>
    </listingToolbar>
</listing>

The Versions

30/10 2017

dev-master

9999999-dev

Allow open mass actions in new tabs.

  Sources   Download

MIT

The Requires

  • php ~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0

 

by Mykhailo Shatilov

30/10 2017

1.0.3

1.0.3.0

Allow open mass actions in new tabs.

  Sources   Download

MIT

The Requires

  • php ~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0

 

by Mykhailo Shatilov

24/07 2017

1.0.2

1.0.2.0

Allow open mass actions in new tabs.

  Sources   Download

MIT

The Requires

  • php ~5.6.0|~7.0.0

 

by Mykhailo Shatilov

13/07 2017

1.0.1

1.0.1.0

Allow open mass actions in new tabs.

  Sources   Download

MIT

The Requires

  • php ~5.6.0|~7.0.0

 

by Mykhailo Shatilov