Ticket #12 (closed task: fixed)
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
Note: See
TracTickets for help on using
tickets.