Ticket #140 (new enhancement)
Opened 4 years ago
optimistic locking
| Reported by: | erwin | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | M8 |
| Component: | dalicms-admin | Version: | 1.0 |
| Keywords: | Cc: |
Description
implement an optimistic locking mechanism (see http://code.google.com/apis/gdata/reference.html#Optimistic-concurrency for more info) for articles.
- person1 retrieves page A
- person2 retrieves page A
- person2 updates page A
- person1 updates page A ---> person1 gets an error and has to reload the page (and copy/paste his changes if needed)
Note: See
TracTickets for help on using
tickets.