@@ -465,7 +465,6 @@ public abstract class AbstractCreateUpdateTagLayout<E extends NamedEntity> exten
|
||||
.cancelButtonClickListener(event -> discard()).layout(mainLayout).i18n(i18n).buildCommonDialogWindow();
|
||||
|
||||
window.setSaveDialogCloseListener(new SaveDialogCloseListener() {
|
||||
|
||||
@Override
|
||||
public void saveOrUpdate() {
|
||||
if (optiongroup.getValue().equals(createTagStr)) {
|
||||
|
||||
@@ -339,7 +339,6 @@ public class DistributionAddUpdateWindowLayout extends CustomComponent {
|
||||
.content(this).layout(formLayout).i18n(i18n).buildCommonDialogWindow();
|
||||
|
||||
window.setSaveDialogCloseListener(new SaveDialogCloseListener() {
|
||||
|
||||
@Override
|
||||
public void saveOrUpdate() {
|
||||
if (editDistribution) {
|
||||
|
||||
@@ -553,9 +553,7 @@ public final class HawkbitCommonUtil {
|
||||
}
|
||||
|
||||
/**
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
* Duplicate check - Unique Key.
|
||||
Duplicate check - Unique Key.
|
||||
*
|
||||
* @param name
|
||||
* as string
|
||||
@@ -573,7 +571,6 @@ public final class HawkbitCommonUtil {
|
||||
}
|
||||
|
||||
/**
|
||||
>>>>>>> refs/heads/master
|
||||
* Add new base software module.
|
||||
*
|
||||
* @param bsname
|
||||
|
||||
Reference in New Issue
Block a user