This is an automated email from the ASF dual-hosted git repository. nmalin pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new ff8a141 Implemented: Keep paginate list query on dynamic refresh (OFBIZ-12261) ff8a141 is described below commit ff8a141581b958826ca582ac3fedb851b08806a5 Author: Nicolas Malin <nicolas.ma...@nereide.fr> AuthorDate: Fri Jul 9 20:13:29 2021 +0200 Implemented: Keep paginate list query on dynamic refresh (OFBIZ-12261) Complete previous commit with adding CommonDynamicList form on common previously forgot but present on common-theme --- framework/common/widget/CommonForms.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/common/widget/CommonForms.xml b/framework/common/widget/CommonForms.xml index 8a732ad..22d4b81 100644 --- a/framework/common/widget/CommonForms.xml +++ b/framework/common/widget/CommonForms.xml @@ -34,6 +34,8 @@ under the License. commonFormLocations.CommonBasicList ?: 'component://common-theme/widget/CommonForms.xml'}"/> <form name="CommonInLineEditList" extends="CommonInLineEditList" extends-resource="${groovy: commonFormLocations.CommonInLineEditList ?: 'component://common-theme/widget/CommonForms.xml'}"/> + <form name="CommonDynamicList" extends="CommonDynamicList" extends-resource="${groovy: + commonFormLocations.CommonDynamicList ?: 'component://common-theme/widget/CommonForms.xml'}"/> <form name="CommonBasicSingle" extends="CommonBasicSingle" extends-resource="${groovy: commonFormLocations.CommonBasicSingle ?: 'component://common-theme/widget/CommonForms.xml'}"/>