[
https://issues.apache.org/jira/browse/ISIS-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17401231#comment-17401231
]
Jörg Rade commented on ISIS-2846:
---------------------------------
{code}
data class PropertyLt(val id: String? = null,
val named: String? = null,
val describedAs: String? = null,
val action: List<ActionLt> = emptyList(),
var metadataError: String? = null,
val link: Link? = null,
val cssClass: String? = null,
val hidden: String? = null, //ALL_TABLES
val labelPosition: String? = null,
val multiLine: Int? = 1,
val namedEscaped: Boolean? = false,
val promptStyle: String? = null,
val renderDay: Boolean? = false,
val renderedAsDayBefore: String? = null, //always
omitted with 2.0.0?
val typicalLength: Int? = null,
val repainting: String? = null,
val unchanging: String? = null
)
{code}
The link is missing
> Layout Information Missing in RO Viewer
> ---------------------------------------
>
> Key: ISIS-2846
> URL: https://issues.apache.org/jira/browse/ISIS-2846
> Project: Isis
> Issue Type: Bug
> Components: Isis Client Kroviz, Isis Viewer RO
> Affects Versions: 2.0.0-M5
> Reporter: Jörg Rade
> Priority: Major
> Fix For: 2.0.0-M6
>
>
> Found in 2.0.0-M6 RC1
> I suspect some of the commits for
> https://issues.apache.org/jira/browse/ISIS-2787 have a side effect on the RO
> viewer, that 'break' kroviz.
> The first version showing the defect is
> apacheisis/demo-wicket-jdo:2.0.0-M5.20210707-0226-46cb701c - the version from
> the day before works as expected.
> Some layout information is missing, that is required at least for rendering
> columns in parented collections.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)