You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dblist item can't really be updated because its ID is computed from its value and the name of the dblist. This prevent to have duplicate value. An update of dblist item is, in fact, a removal and a creation. This means that after an update, the item has a new id.
Currently, items in dblist can be listed, added and removed but not updated.
The aim of this issue is to add a method to update a dblist entry.
The text was updated successfully, but these errors were encountered: