Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Not compatible with breeze as it is #890

Open
mos379 opened this issue Jun 22, 2020 · 0 comments
Open

Not compatible with breeze as it is #890

mos379 opened this issue Jun 22, 2020 · 0 comments

Comments

@mos379
Copy link

mos379 commented Jun 22, 2020

When using angularjs 1.2.x and breeze 1.7.1 it is not possible to correctly use the lib because of the following.
tagsInput.addTag(angular.copy(suggestionList.selected));

By copying the object it is no longer the same entity and therefore will not be recognized as the same when adding it to another object/entity.

Removing the copy solves this issue.
tagsInput.addTag(suggestionList.selected);

I know this is no linger maintained, but I thought I leave this here for anyone else maintaining an older installation...
I couldn't find a reason for the copy, maybe someone knows?

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

No branches or pull requests

1 participant