Ticket #12 (closed task: fixed)

Opened 3 years ago

Last modified 3 years ago

Updating record should by default move to latest version of record type

Reported by: bruno Owned by: evert
Priority: minor Milestone: 0.2
Component: Repository Version:
Keywords: Cc: lily-developers@…

Description

Currently when doing the following:

  • read a record
  • make some changes to it
  • update (= save) the record

the record type of the record will not automatically move to the latest version.

So it would take an extra effort from the API user to find out if there is a newer version and to use it, while in "99%" of situations one will simply want to follow the latest version.

API? Maybe a boolean property Record.get/setMoveToLatestRecordTypeVersion() which is true by default.

Change History

comment:1 Changed 3 years ago by bruno

  • Cc lily-developers@… added

comment:2 Changed 3 years ago by evert

  • Milestone set to 0.2

comment:3 Changed 3 years ago by evert

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.