From 738421e1161a9be372e289ee788b11ac30ebfedd Mon Sep 17 00:00:00 2001 From: Kristijan Mitrovic Date: Tue, 21 Apr 2020 11:53:45 +0200 Subject: [PATCH] Fix EC list fields for new entity --- .../src/main/java/bubble/model/bill/AccountPaymentArchived.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java index 3bc74455..167cccbc 100644 --- a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java +++ b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java @@ -24,7 +24,7 @@ import static org.cobbzilla.util.json.JsonUtil.json; import static org.cobbzilla.wizard.model.crypto.EncryptedTypes.ENCRYPTED_STRING; @ECType(root=true) @ECTypeCreate(method="DISABLED") -@ECTypeURIs(listFields={"accountName", "paymentMethodMaskedInfo", "amount"}) +@ECTypeURIs(listFields={"accountUuid", "ctime"}) @Entity @Accessors(chain=true) @NoArgsConstructor public class AccountPaymentArchived extends IdentifiableBase {