Переглянути джерело

copy everything app-related that is owned bt the account

tags/v0.6.0
Jonathan Cobb 5 роки тому
джерело
коміт
ebd8f3dd7b
1 змінених файлів з 0 додано та 1 видалено
  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 Переглянути файл

@@ -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);



Завантаження…
Відмінити
Зберегти