open-orchestra/open-orchestra-cms-bundle

View on GitHub
BackofficeBundle/Resources/public/ecmascript/OpenOrchestra/Application/View/Content/ContentVersionsView.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render() {
        let content = this._collection.first();
        if (typeof content === 'undefined') {
            throw new ApplicationError('A content should have at least one version')
        }

There are no issues that match your filters.

Category
Status