mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-20 03:55:42 +08:00
Set default messageType to NORMAL
This commit is contained in:
@@ -99,7 +99,7 @@ public class TopicConfigInfo {
|
||||
}
|
||||
|
||||
public void setMessageType(TopicConfig topicConfig) {
|
||||
this.messageType = topicConfig.getAttributes().getOrDefault("message.type", "");
|
||||
this.messageType = topicConfig.getAttributes().getOrDefault("message.type", "NORMAL");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -333,7 +333,7 @@ module.controller('topicController', ['$scope', 'ngDialog', '$http', 'Notificati
|
||||
perm: 6,
|
||||
order: false,
|
||||
topicName: "",
|
||||
messageType: "",
|
||||
messageType: "NORMAL",
|
||||
brokerNameList: []
|
||||
}];
|
||||
bIsUpdate = false;
|
||||
|
||||
Reference in New Issue
Block a user