Modify ↓

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#18962 closed enhancement (fixed)

Introduce DataSet.update

Reported by: Don-vip Owned by: Don-vip
Priority: normal Milestone: 20.03
Component: Core Version:
Keywords: Cc:

Description

To avoid the repetitive statements:

ds.beginUpdate();
try {
//  ...
} finally {
    ds.endUpdate();
}

Attachments (0)

Change History (2)

comment:1 by Don-vip, 7 years ago

Resolution: → fixed
Status: assigned → closed

In 16187/josm:

fix #18962 - introduce DataSet.update to avoid repetitive begin/endUpdate statements

comment:2 by simon04, 7 years ago

Nice :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Don-vip.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.