Opened 15 years ago

Last modified 11 years ago

#1201 closed task

preserve uid property in sugar.datastore.find() — at Initial Version

Reported by: sascha_silbe Owned by: tomeu
Priority: Unspecified by Maintainer Milestone:
Component: Sugar Version: Git as of bugdate
Severity: Unspecified Keywords:
Cc: tomeu Distribution/OS: Unspecified
Bug Status: New

Description

Except for find() all functions in sugar.datastore.datastore preserve the 'uid' property in the metadata; write() even sets it on create().
This patch (on top of #1197) stops find() from removing that property so that it's now consistently set regardless of which function inside sugar.datastore.datastore created the DSObject / DSMetadata (find(), get(), write(); get_properties() from #1197).

Change History (1)

Changed 15 years ago by sascha_silbe

preserve uid property in sugar.datastore.find()

Note: See TracTickets for help on using tickets.