-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Closed
Copy link
Labels
nethvoiceBug or features releted to the NethVoice projectBug or features releted to the NethVoice project
Milestone
Description
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
- Open Visual Plan.
- Create a new inbound route.
- Save the route.
- Try to add any block (e.g. Queue, IVR, Announcement).
- 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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
nethvoiceBug or features releted to the NethVoice projectBug or features releted to the NethVoice project
Type
Projects
Status
Done