phpmyadmin/phpmyadmin

View on GitHub
resources/js/src/modules/functions/handleCreateViewModal.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function handleCreateViewModal has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function handleCreateViewModal ($this): void {
    var $msg = ajaxShowMessage();
    var sep = CommonParams.get('arg_separator');
    var params = getJsConfirmCommonParam(this, $this.getPostData());
    params += sep + 'ajax_dialog=1';
Severity: Minor
Found in resources/js/src/modules/functions/handleCreateViewModal.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status