Opened 13 years ago
Closed 13 years ago
#6704 closed defect (fixed)
ItemFileWriteStore: use internal function call internally
Reported by: | nathan | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Data | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
As a part of deleteItem() function in ItemFileWriteStore?, it calls setValues() - It can reference _setValueOrValues instead - in order to better allow for extending it.
Note: See
TracTickets for help on using
tickets.
(In [13619]) Fixes #6704: make internal call to _setValueOrValues instead of the API call setValues - to simplify extension of the class. !strict