bug on select target kie-server
This commit is contained in:
parent
9ff0cc49a9
commit
cbf24921a1
4 changed files with 19 additions and 10 deletions
|
|
@ -63,7 +63,7 @@ public class UpdateService {
|
|||
}
|
||||
if (!found) {
|
||||
MappingProperties newMappingProperties = new MappingProperties();
|
||||
newMappingProperties.setPath(update.getPath());
|
||||
newMappingProperties.setPath(UpdateService.removeSlach(update.getPath()));
|
||||
logger.info("Creating path {}",update.getPath());
|
||||
for (String destination : update.getServerNames()) {
|
||||
newMappingProperties.getDestinations().add(destination);
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue