From e963c2e04c6127553961d9b127a68e0e1b9b895c Mon Sep 17 00:00:00 2001 From: PHAM HOANG HUNG Date: Fri, 20 Dec 2024 15:35:16 +0700 Subject: [PATCH] MARP-1699 Remove property persistent of HTML Dialog data class attributes --- .../ProductDetail/ProductDetailData.d.json | 6 +-- .../ProductList/ProductListData.d.json | 51 +++++++------------ 2 files changed, 19 insertions(+), 38 deletions(-) diff --git a/master-detail-demo/src_hd/com/axonivy/demo/masterdetail/ProductDetail/ProductDetailData.d.json b/master-detail-demo/src_hd/com/axonivy/demo/masterdetail/ProductDetail/ProductDetailData.d.json index 9410a14..bacaf5e 100644 --- a/master-detail-demo/src_hd/com/axonivy/demo/masterdetail/ProductDetail/ProductDetailData.d.json +++ b/master-detail-demo/src_hd/com/axonivy/demo/masterdetail/ProductDetail/ProductDetailData.d.json @@ -5,11 +5,9 @@ "isBusinessCaseData" : false, "fields" : [ { "name" : "id", - "type" : "String", - "modifiers" : [ "PERSISTENT" ] + "type" : "String" }, { "name" : "product", - "type" : "com.axonivy.demo.masterdetail.entity.Product", - "modifiers" : [ "PERSISTENT" ] + "type" : "com.axonivy.demo.masterdetail.entity.Product" } ] } \ No newline at end of file diff --git a/master-detail-demo/src_hd/com/axonivy/demo/masterdetail/ProductList/ProductListData.d.json b/master-detail-demo/src_hd/com/axonivy/demo/masterdetail/ProductList/ProductListData.d.json index ca12e57..1b9c0a4 100644 --- a/master-detail-demo/src_hd/com/axonivy/demo/masterdetail/ProductList/ProductListData.d.json +++ b/master-detail-demo/src_hd/com/axonivy/demo/masterdetail/ProductList/ProductListData.d.json @@ -5,71 +5,54 @@ "isBusinessCaseData" : false, "fields" : [ { "name" : "copyValid", - "type" : "Boolean", - "modifiers" : [ "PERSISTENT" ] + "type" : "Boolean" }, { "name" : "editedRowKey", - "type" : "String", - "modifiers" : [ "PERSISTENT" ] + "type" : "String" }, { "name" : "field", - "type" : "String", - "modifiers" : [ "PERSISTENT" ] + "type" : "String" }, { "name" : "isProfileAdmin", - "type" : "Boolean", - "modifiers" : [ "PERSISTENT" ] + "type" : "Boolean" }, { "name" : "newObjects", - "type" : "List", - "modifiers" : [ "PERSISTENT" ] + "type" : "List" }, { "name" : "numberOfCopies", - "type" : "Integer", - "modifiers" : [ "PERSISTENT" ] + "type" : "Integer" }, { "name" : "privateProfiles", - "type" : "java.util.List", - "modifiers" : [ "PERSISTENT" ] + "type" : "java.util.List" }, { "name" : "publicProfiles", - "type" : "java.util.List", - "modifiers" : [ "PERSISTENT" ] + "type" : "java.util.List" }, { "name" : "selectedProduct", - "type" : "java.util.List", - "modifiers" : [ "PERSISTENT" ] + "type" : "java.util.List" }, { "name" : "selectedProfile", - "type" : "com.axonivy.demo.masterdetail.entity.Profile", - "modifiers" : [ "PERSISTENT" ] + "type" : "com.axonivy.demo.masterdetail.entity.Profile" }, { "name" : "streamedContent", - "type" : "org.primefaces.model.DefaultStreamedContent", - "modifiers" : [ "PERSISTENT" ] + "type" : "org.primefaces.model.DefaultStreamedContent" }, { "name" : "tableRows", - "type" : "Integer", - "modifiers" : [ "PERSISTENT" ] + "type" : "Integer" }, { "name" : "stateDataTableBean", - "type" : "com.axonivy.demo.masterdetail.ui.StateDataTableBean", - "modifiers" : [ "PERSISTENT" ] + "type" : "com.axonivy.demo.masterdetail.ui.StateDataTableBean" }, { "name" : "multiChangeState", - "type" : "com.axonivy.demo.masterdetail.enums.ProductStatus", - "modifiers" : [ "PERSISTENT" ] + "type" : "com.axonivy.demo.masterdetail.enums.ProductStatus" }, { "name" : "product", - "type" : "com.axonivy.demo.masterdetail.entity.Product", - "modifiers" : [ "PERSISTENT" ] + "type" : "com.axonivy.demo.masterdetail.entity.Product" }, { "name" : "readOnly", - "type" : "Boolean", - "modifiers" : [ "PERSISTENT" ] + "type" : "Boolean" }, { "name" : "selectedProductID", - "type" : "String", - "modifiers" : [ "PERSISTENT" ] + "type" : "String" } ] } \ No newline at end of file