This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new e27ef12 ARTEMIS-3468 do not show field "selected"
new d99b2e3 This closes #3733
e27ef12 is described below
commit e27ef12ae144e0fb09418838f40008474680c938
Author: Erwin Dondorp <[email protected]>
AuthorDate: Thu Sep 9 16:40:28 2021 +0200
ARTEMIS-3468 do not show field "selected"
---
.../artemis-plugin/src/main/webapp/plugin/js/components/browse.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js
b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js
index e3442bb..dfdc66e 100644
---
a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js
+++
b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js
@@ -397,7 +397,7 @@ var Artemis;
ctrl.retryDialog = false;
ctrl.showMessageDetails = false;
- var ignoreColumns = ["PropertiesText", "bodyText", "BodyPreview",
"text", "headers", "properties", "textMode", "idx"];
+ var ignoreColumns = ["PropertiesText", "bodyText", "BodyPreview",
"text", "headers", "properties", "textMode", "idx", "selected"];
var flattenColumns = ["BooleanProperties", "ByteProperties",
"ShortProperties", "IntProperties", "LongProperties", "FloatProperties",
"DoubleProperties", "StringProperties"];
function openMessageDialog(action, item) {