[
https://issues.apache.org/jira/browse/ARTEMIS-5888?focusedWorklogId=1003275&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1003275
]
ASF GitHub Bot logged work on ARTEMIS-5888:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Feb/26 14:19
Start Date: 03/Feb/26 14:19
Worklog Time Spent: 10m
Work Description: brusdev commented on code in PR #168:
URL: https://github.com/apache/artemis-console/pull/168#discussion_r2759332468
##########
artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/queues/QueuesTable.tsx:
##########
@@ -247,7 +247,11 @@ export const QueuesTable:
React.FunctionComponent<QueueNavigate> = navigate => {
const rowName = row.name;
const rowAddress = row.address;
const rowRoutingType = row.routingType;
- const rowPerms = permissions[rowName];
+ var rowPerms = permissions[rowName];
+ if(rowPerms == undefined) {
Review Comment:
Why does the the backslash is replaced only if rowPerms == undefined?
Issue Time Tracking
-------------------
Worklog Id: (was: 1003275)
Time Spent: 20m (was: 10m)
> For a durable subscription multicast address with dots address, the
> webconsole won't allow to purge, browse the topics
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-5888
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5888
> Project: Artemis
> Issue Type: Dependency upgrade
> Components: Web Console
> Affects Versions: console-1.6.0
> Reporter: Andy Taylor
> Assignee: Andy Taylor
> Priority: Major
> Labels: pull-request-available
> Fix For: console-1.7.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> This is because the mbean name gets delimeted when backslashes are used
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]