You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/03/02 14:51:22 UTC

[GitHub] [activemq-artemis] andytaylor opened a new pull request #3473: ARTEMIS-3154 - Add support for navigation/deleting messages

andytaylor opened a new pull request #3473:
URL: https://github.com/apache/activemq-artemis/pull/3473


   ARTEMIS-3154 - while being browsed in the details
   
   https://issues.apache.org/jira/browse/ARTEMIS-3154


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] andytaylor commented on a change in pull request #3473: ARTEMIS-3154 - Add support for navigation/deleting messages

Posted by GitBox <gi...@apache.org>.
andytaylor commented on a change in pull request #3473:
URL: https://github.com/apache/activemq-artemis/pull/3473#discussion_r587859323



##########
File path: artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js
##########
@@ -343,7 +352,7 @@ var Artemis;
             origQueue = {
                 itemField: 'StringProperties',
                 header: 'Original Queue',
-                templateFn: function(value) {
+                templateFn: function(value) {next

Review comment:
       It is Ive fixed it, cheers Dom.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] asfgit closed pull request #3473: ARTEMIS-3154 - Add support for navigation/deleting messages

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #3473:
URL: https://github.com/apache/activemq-artemis/pull/3473


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] brusdev commented on a change in pull request #3473: ARTEMIS-3154 - Add support for navigation/deleting messages

Posted by GitBox <gi...@apache.org>.
brusdev commented on a change in pull request #3473:
URL: https://github.com/apache/activemq-artemis/pull/3473#discussion_r587230321



##########
File path: artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js
##########
@@ -343,7 +352,7 @@ var Artemis;
             origQueue = {
                 itemField: 'StringProperties',
                 header: 'Original Queue',
-                templateFn: function(value) {
+                templateFn: function(value) {next

Review comment:
       Is the `next` word on the 355 line a typo?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org