Skip to content

Releases: nxus/web

v4.1.6

12 Jul 19:35

Choose a tag to compare

  • Fix to EditController _doUpdate() method. Could cause the
    update to be performed with an empty selector (so it updated all
    records).

v4.1.5

20 Jun 06:01

Choose a tag to compare

  • Fixed error in EditController save() method.

v4.1.4

18 Apr 06:42

Choose a tag to compare

Correced ReferenceError generated during EditController save of object from edit or create actions.

  • Removed invalid code from _doRelatedUpdate() method.
  • Add model instance parameter to routeForRequest() method.

4.0.2

26 Sep 22:08

Choose a tag to compare

  • Made the redirect after EditController create, edit and delete actions conditional, so they can be extended to return a response (for Ajax requests, for example).
  • Changed EditController _edit() and save() methods to return their promise object, so they can be extended by doing a super(...)then(...).