Merge pull request #234 from bsinno/feture_RolloutView_update_automatically_changes_with_repository

RolloutView_update_automaticaly_changes_in_repository
This commit is contained in:
Kai Zimmermann
2016-07-07 13:11:12 +02:00
committed by GitHub

View File

@@ -143,6 +143,7 @@ public class RolloutListGrid extends AbstractGrid {
final LazyQueryContainer rolloutContainer = (LazyQueryContainer) getContainerDataSource();
final Item item = rolloutContainer.getItem(rolloutChangeEvent.getRolloutId());
if (item == null) {
refreshGrid();
return;
}
item.getItemProperty(SPUILabelDefinitions.VAR_STATUS).setValue(rollout.getStatus());