open-orchestra/open-orchestra-cms-bundle

View on GitHub
UserAdminBundle/Resources/public/ecmascript/OpenOrchestra/Application/Router/User/UserRouter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function listUser has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    listUser(page) {
        if (null === page) {
            page = 1
        }
        this._displayLoader(Application.getRegion('content'));

There are no issues that match your filters.

Category
Status