Yaho! Great release!
-Original Message-
From: Dan Haywood [mailto:d...@haywood-associates.co.uk]
Sent: Tuesday, March 29, 2016 12:04 PM
To: users
Cc: dev
Subject: [ANN] Apache Isis version 1.12.0 Released
The Apache Isis team is pleased to announce the release of Apache Isis v1.12.0.
Hi Marianne,
Sorry no-one got back to you on this before now.
To help us help you, could you provide a simple example app up on github
which will demonstrate the problem?
Do though be aware that none of the fields are editable when rendered in a
list/collection. It might be (I'm guessing here)
Hi,
When I use Summernote for a simple example, with just a simple annotation of a
field, everything works fine,
Just adding the annotation @SummernoteEditor(height = 100, maxHeight = 300)
to the field.
However, when the same annotation is used for an object that is used in a list,
updati
Yeah, I think I deprecated the "render" attribute in @CollectionLayout
because "defaultView" is much more capable. For that reason I didn't
include it in the equivalent layout XML schema.
Cheers
Dan
On 30 Mar 2016 12:39 pm, "Erik de Hair" wrote:
> Hi Dan,
>
> That works but then the table was re
Hi Dan,
That works but then the table was rendered lazily. The release notes of
Apache Isis 1.12.0 mentioned CollectionLayout#defaultView(). Using that
property I was able to render the table eagerly again.
Thanks,
Erik
On 03/30/2016 09:06 AM, Dan Haywood wrote:
Hi Erik,
I think you could
Hi Erik,
I think you could achieve this by also replacing the default table
component [1] (as well as registering your own), with your replacement of
the default returning DOES_NOT_APPLY for those domain objects that
implement your sortable interface.
HTH
Dan
[1] http://isis.apache.org/guides/ug