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 3b3cff404d Improved: Move xml field comment on description element for
JobSanbox entity
3b3cff404d is described below
commit 3b3cff404df6573fc0d397d122b58555e663976f
Author: Nicolas Malin <[email protected]>
AuthorDate: Thu Jun 11 09:42:18 2026 +0200
Improved: Move xml field comment on description element for JobSanbox entity
This can display it from webtools
---
framework/service/entitydef/entitymodel.xml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/framework/service/entitydef/entitymodel.xml
b/framework/service/entitydef/entitymodel.xml
index 0503ceccb8..0eef0e2911 100644
--- a/framework/service/entitydef/entitymodel.xml
+++ b/framework/service/entitydef/entitymodel.xml
@@ -44,7 +44,9 @@ under the License.
<field name="jobId" type="id"></field>
<field name="jobName" type="name"></field>
<field name="runTime" type="date-time"></field>
- <field name="runTimeEpoch" type="numeric"/><!-- Store the Epoch
millisecond to avoid DST change issue (when clock set 1 hr back) -->
+ <field name="runTimeEpoch" type="numeric">
+ <description>Store the Epoch millisecond to avoid DST change issue
(when clock set 1 hr back)</description>
+ </field>
<field name="priority" type="numeric"></field>
<field name="poolId" type="name"></field>
<field name="statusId" type="id"></field>
@@ -67,7 +69,10 @@ under the License.
<field name="cancelDateTime" type="date-time"></field>
<field name="jobResult" type="value"></field>
<field name="recurrenceTimeZone" type="id-long"/>
- <field name="leaseUpdatedStamp" type="date-time"/><!-- Last heartbeat
timestamp written by the owning node; used for lease-based stale job recovery
in multi-node ASG deployments -->
+ <field name="leaseUpdatedStamp" type="date-time">
+ <description>Last heartbeat timestamp written by the owning node.
+ Used for lease-based stale job recovery in multi-node ASG
deployments</description>
+ </field>
<field name="jobTrackerId" type="id-vlong"/>
<prim-key field="jobId"/>
<relation type="one" fk-name="JOB_SNDBX_RECINFO"
rel-entity-name="RecurrenceInfo">