Magento2: isAdminSecure never used or missing code

Created on 26 May 2016  路  5Comments  路  Source: magento/magento2

This property is never used protected $_isAdminSecure = null;

Steps to reproduce

  1. Install Magento from develop branch.
  2. File MagentoStoreModelStore.php line 209
    https://github.com/magento/magento2/blob/develop/app/code/Magento/Store/Model/Store.php#L209
  3. It looks like this flag is never used or there is missing code or should be moved to a new file?!?

Thanks.

Fixed in 2.3.x Clear Description Format is not valid Ready for Work bug report

Most helpful comment

@magento-engcom-team I don't think deprecations can be backported actually :)

All 5 comments

@cdiacon thank you for your report.
Please use the issue reporting guidelines to report an issue. Please, edit issue description and include the preconditions, the steps required to reproduce, the actual result, and the expected result.
Please, add the following information:

  • [x] Preconditions: Magento version
  • [x] Steps to reproduce
  • [x] Expected result
  • [x] Actual result

Pull Request #10877 is created to address the issue

Internal ticket to track issue progress: MAGETWO-75114

@cdiacon, thank you for your report.
The issue is already fixed in develop branch
But we will consider to backport the fix to patch releases

@magento-engcom-team I don't think deprecations can be backported actually :)

Was this page helpful?
0 / 5 - 0 ratings