#8432 closed defect (fixed)
ItemFileWriteStore: _getNewFileContentString walks internal property and shouldn't.
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Data | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
ItemFileWriteStore?: _getNewFileContentString walks internal property and shouldn't.
The store is not ignoring the internal reference map properties. Thankfully these properties aren't in a format the walker will use anyway, so they never got included, but they should never get walked in the first place. Simple fix
Note: See
TracTickets for help on using
tickets.
(In [16353]) Update to IFWS. \!strict fixes #8432