Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

reset _manyToOneDeleted after save #18

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

denis90
Copy link

@denis90 denis90 commented Jun 2, 2020

No description provided.

@@ -9,6 +9,7 @@ import { merge } from 'lodash/object';
// and one not.
// This is only required for hasMany's
let savedRecords = {};
let savedBelongsToRecords = {};
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed here? If I understand correctly, we can get this value above and try to call forEach on it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants