Child pages
  • 2020.12 Whats new

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

> Column auto enter-> lookup method now gets the context (JSColumn object) as an argument
So if you reuse the lookup method that is attached to a column also in our solution with an option argument, that argument is now for he lookup that JSColumn

> For case https://support.servoy.com/browse/SVY-15122 we We changed the way attributes work on components (that are itself angular directives like the keylistener service).

So if you are implementing your own service that depends on attributes on components you need to update that service so it uses the $svyAttributesService  service of servoy. 

...