|
|
|
@ -254,7 +254,7 @@ public class ITReplaceMainDialog extends UIDialog {
|
|
|
|
|
public void replace(String searchStr, String replaceStr) { |
|
|
|
|
HistoryTemplateListCache.getInstance().getCurrentEditingTemplate().fireTargetModified(true); |
|
|
|
|
for (Info info : searchContentResultList) { |
|
|
|
|
if (!info.getContent().isWrongful()) { |
|
|
|
|
if (!info.getContent().isWrongful() && info.getContent().isSelected()) { |
|
|
|
|
info.setValue(info, searchStr, replaceStr, info.getContent().getOperatorArray()); |
|
|
|
|
} |
|
|
|
|
info.getContent().setReplaced(true); |
|
|
|
|