Re: Addon module isis-module-settings is not working after upgrade to Isis 1.15.0

2017-08-23 Thread Dan Haywood
Hi Vladimir, that example branch doesn't seem to be anything other than the current master branch of the main github/isis. could you configure the add-on and add an action to demonstrate the issue? (ie commit the code you must've been running to generate the above stack trace) thx Dan On Thu, 2

Re: Can I make a specific class instance editable, all others not?

2017-08-23 Thread Kevin Meyer
Hi Steve, Why not use the isis-addons security module to only authorise users to edit their own profile? In the past, I have implemented such security directly in the domain objects by using the isVisible() and disabled() methods on actions (or class level, depending) and then working with the

Addon module isis-module-settings is not working after upgrade to Isis 1.15.0

2017-08-23 Thread Vladimir Nišević
Hi, I have an issue with latest Isis version 1.15.0 and module isis-module-settings (in both addon versions, 1.15-SNAPSHOT and 1.14.0) How to reproduce: * Integrate addon with simpleapp * Try to create an Application Settings "New String" Here my fork with simpleapp and addon: https://github.co

Can I make a specific class instance editable, all others not?

2017-08-23 Thread Stephen Cameron
Hi, I have implemented and extended version of ApplicationUser class called MyApplicationUser to allow users to add more information to their 'profile' in my web-app. They self-enrol (via initial entry of an email address, then following a link in a email sent to that address [1] ) and then add mo