Skip to content

Moving multiple categories bug #3171

@ghost

Description

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'**);
            }
        }
    },

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions