Skip to content

Visual Plan: cannot add blocks after creating inbound route (JS errors in console) #7885

@Ilvo

Description

@Ilvo

Description

In Visual Plan, after creating a new inbound route it is not possible to add any additional block. The canvas shows a loading spinner and the browser console reports JavaScript errors.

Steps to reproduce

  1. Open Visual Plan.
  2. Create a new inbound route.
  3. Save the route.
  4. Try to add any block (e.g. Queue, IVR, Announcement).
  5. Open the browser developer console.

Expected behavior

It should be possible to add and connect additional blocks to the inbound route.

Actual behavior

No additional blocks can be added and the canvas remains stuck with a spinner. The browser console shows errors:

<meta name="apple-mobile-web-app-capable" content="yes"> is deprecated. Please include <meta name="mobile-web-app-capable" content="yes">
Autofocus processing was blocked because a document already has a focused element.
Pattern attribute value (^[+|_]?[0-9a-dA-D#*]*$) is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /(^[+|_]?[0-9a-dA-D#*]*$)/v: Invalid character in character class
inject.js:304 Uncaught TypeError: e.target.className.indexOf is not a function
    at HTMLDocument.mouseup (inject.js:304:67)
View.js:176 Uncaught TypeError: Cannot read properties of undefined (reading 'x')
    at View.js:176:71
    at Array.forEach (<anonymous>)
    at HTMLBodyElement.<anonymous> (View.js:175:39)
    at c (jquery-1.10.2.min.js:4:26036)
    at Object.fireWith [as resolveWith] (jquery-1.10.2.min.js:4:26840)
    at k (jquery-1.10.2.min.js:6:14258)
    at XMLHttpRequest.r (jquery-1.10.2.min.js:6:18646)

Metadata

Metadata

Assignees

No one assigned

    Labels

    nethvoiceBug or features releted to the NethVoice project

    Type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions