We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e904641 commit caa2cf8Copy full SHA for caa2cf8
vaadin-simple-grid-filter/src/main/java/software/xdev/vaadin/FilterComponent.java
@@ -377,7 +377,7 @@ private void onAcceptFilter()
377
this.deletingBadgeEnabled = null;
378
this.editingBadgeEnabled = null;
379
380
- if(this.editingBadgeEnabled != null)
+ if(this.editingBadgeId != null)
381
{
382
// Get customization rating from initial condition
383
customizationDegree = this.initialChipBadges
0 commit comments