Open Hypnos3 opened 7 months ago
Please ignore fields with attribute "@jakarta.persistence.Transient", because these are not database relevant.
Currently such fields are throw an error like:
template
WorkItemTemplate
state
WorkItemState
Is the bug at startup before you perform any action? Yes
@Entity code /* the template of this workitem / @Nullable @NotAudited @jakarta.persistence.Transient @JsonProperty(access = JsonProperty.Access.READ_ONLY) private WorkItemTemplate template;
Please ignore fields with attribute "@jakarta.persistence.Transient", because these are not database relevant.
Currently such fields are throw an error like:
template
of typeWorkItemTemplate
, which is not supportedstate
of typeWorkItemState
, which is not supportedIs the bug at startup before you perform any action? Yes
@Entity code /* the template of this workitem / @Nullable @NotAudited @jakarta.persistence.Transient @JsonProperty(access = JsonProperty.Access.READ_ONLY) private WorkItemTemplate template;