Przeglądaj źródła

copy everything app-related that is owned bt the account

tags/v0.6.0
Jonathan Cobb 5 lat temu
rodzic
commit
ebd8f3dd7b
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      bubble-server/src/main/java/bubble/service/dbfilter/EntityIterator.java

+ 0
- 1
bubble-server/src/main/java/bubble/service/dbfilter/EntityIterator.java Wyświetl plik

@@ -127,7 +127,6 @@ public abstract class EntityIterator implements Iterator<Identifiable> {
} else if (planApps != null && AppTemplateEntity.class.isAssignableFrom(c)) {
// only copy app-related entities for enabled apps, make them all templates
entities.stream()
.filter(e -> planAppEnabled(((AppTemplateEntity) e).getApp(), planApps))
.map(app -> (AppTemplateEntity) ((AppTemplateEntity) app).setTemplate(true))
.forEach(this::add);



Ładowanie…
Anuluj
Zapisz