mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-21 01:15:50 +00:00
[ARTEMIS-2166]Unable to delete queue with single quote from console
This commit is contained in:
parent
39b177d027
commit
ca4dcc5b35
@ -102,7 +102,6 @@ var ARTEMIS = (function(ARTEMIS) {
|
||||
if (selection && jolokia && entries) {
|
||||
var domain = selection.domain;
|
||||
var name = entries["Destination"] || entries["destinationName"] || selection.title;
|
||||
name = name.replace(/['"]+/g, '');
|
||||
name = ARTEMISService.artemisConsole.ownUnescape(name);
|
||||
ARTEMIS.log.info(name);
|
||||
var operation;
|
||||
|
Loading…
x
Reference in New Issue
Block a user