Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving multiple categories bug #3171

Closed
ghost opened this issue Jan 27, 2016 · 11 comments
Closed

Moving multiple categories bug #3171

ghost opened this issue Jan 27, 2016 · 11 comments
Assignees
Labels
bug report Component: Catalog Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed

Comments

@ghost
Copy link

ghost commented Jan 27, 2016

There exist an problem with moving categories.

For example:
Categories A,B and C
When I move category A to B --> Succes
When moving A from B to C (without refreshing) --> Categorie doesn't move
etc.

Backtrace: loader_old.js:

_onAjaxSend: function (e, jqxhr, settings) {
if (settings && settings.showLoader) {
var ctx = this._getJqueryObj(settings.loaderContext);
ctx.trigger('processStart');

            // Check to make sure the loader is there on the page if not report it on the console.
            // NOTE that this check should be removed before going live. It is just an aid to help
            // in finding the uses of the loader that maybe broken.
            if (window.console && !ctx.parents('[data-role="loader"]').length) {
                console.warn('**Expected to start loader but did not find one in the dom'**);
            }
        }
    },
@ghost
Copy link
Author

ghost commented Feb 12, 2016

The bug still exist in magento 2.0.2

@ghost
Copy link
Author

ghost commented Mar 27, 2016

I'm just wondering if there are any new updates for this issue?

@kanduvisla
Copy link
Contributor

It seems that this bug still exists in Magento 2.0.4. I can only move one category at the time. I have to refresh the page after every move

@lgt
Copy link

lgt commented May 3, 2016

same issue on magento 2.0.4 production but on development side works

@grasdaggel
Copy link

I get the same error (Expected to start loader but did not find one in the dom) when trying to translate something, using Inline Translation.

@Skrypton
Copy link

I am getting the same error. The only way I can move categories is by saving the category after moving and sometimes I am getting an error that a category can't be moved.
I figured out that if an category can't be moved it is related to URL rewrites, because if I delete all rewrites that are related to that category, the category can be moved as described in the beginning.

@ajaymscit
Copy link

Hello Team,

I am getting error in moving category from sub-subcategory to sub-category.

I am using Magento 2.0

@Anshu-Mishra
Copy link

I am getting the same error as well on 2.1.3

@wardcapp
Copy link
Contributor

Was having the same problem on a Magento 2.0.7, while debugging and attempting to resolve the issue, it became clear internal issue MAGETWO-46196 was created by the core team and the resolving commit is 8d19e95.
The bug has been addressed within the develop branch, but is still to be published to 2.0.x.

Not really sure why the same also happened on 2.1.3 (see the comment made by @Anshu-Mishra), since it was already merged within release 2.1.3:
https://github.com/magento/magento2/blob/2.1.3/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/tree.phtml

@jimul
Copy link

jimul commented May 5, 2017

I have compare this template file, but bug still exist in moving category version EE 2.1.5

@magento-engcom-team magento-engcom-team added bug report Component: Catalog Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed labels Sep 11, 2017
@magento-engcom-team
Copy link
Contributor

@ghost, thank you for your report.
We were not able to reproduce this issue by following the steps you provided. If you'd like to update it, please reopen the issue.
We tested the issue on 2.3.0-dev, 2.2.0, 2.1.9

@magento-engcom-team magento-engcom-team added the Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch label Oct 17, 2017
@magento-engcom-team magento-engcom-team added the Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed label Oct 17, 2017
magento-engcom-team pushed a commit that referenced this issue Sep 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Catalog Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed
Projects
None yet
Development

No branches or pull requests