Using input template on a Entity property triggers set also when not changed
Input seems to triggers multiple versionincreases even when a input of properties are not changed
//old issue description: when you change a property of an entity, it will trigger all the other entities to update the version which are connected by any inverse property of the entity
Submitted by chris melman on 5 October 2012 at 16:49
Issue Log
that sounds like the fix for https://yellowgrass.org/issue/WebDSL/191
the issue seems to be not that trivial as expected, since an example app showed that this was not the case for everything it could be that CRUD page is the cause of this
Indeed the issue seem to be happening at more general level of inputs. not only Crud
fixed in r5433, however input of list/set properties which has an inverse are not working as expected see issue issue(WebDSL/610)
Log in to post comments