[NOTICE] 3.5-SNAPSHOT and 3.5.10

1 post / 0 new
vvandens
Offline
Joined: 05/29/2008
[NOTICE] 3.5-SNAPSHOT and 3.5.10

Hi snapshot users,

Setting an action on a property view has an improved behaviour. There are now 2 cases :

  • If the property is read-only, then assigning an action turns the property into a clickable hyperlink (original behaviour)
  • If the property is read-write, the registered action will be trigerred when the user changes the value of the field. Note thet in that case, the action is executed after the model has been updated. However the old property value can be retrieved from the context action param.

So to retrieve the original behaviour (i.e. hyperlinks) you have to make sure thet you property view (either field or column) is read-only.

 

Best,

Vincent