remove unused project + only display available runtime when associating kie server to project
This commit is contained in:
parent
dd453be872
commit
8f0afab063
219 changed files with 15 additions and 87678 deletions
|
|
@ -83,7 +83,7 @@ public class UpdateService {
|
|||
|
||||
public static String removeSlach(String target){
|
||||
if (target!= null) {
|
||||
return target.replace("/", "");
|
||||
return target.replace("/", "").replace(" ","");
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue