Hi Erik, There was one change I recall such that ClassCssUiEvent's take precedence over any cssClass() methods (so that library stuff can be overridden by the app if necessary). But this shouldn't prevent the cssClass() method being called otherwise.
Again, will take a look. Send like there'll need ti be a 1.15.2 at some point to address these issues.... Thx again, Dan. On Wed, 27 Sep 2017, 16:54 Erik de Hair, <[email protected]> wrote: > Hi, > > At least one of my cssClass() methods is not being called any more if a > cssClass-definition exists on a DomainObjectLayout-annotation (Apache > Isis 1.15.0). Before, the value of the cssClass was just appended to the > one from the annotation. It's not really a problem, I just have to check > my classes now for multiple definitions. Is this on purpose? > > Thanks, > Erik >
