forms-angular 0.12.0-beta.331 → 0.12.0-beta.333

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1128,11 +1128,8 @@ export class FormsAngular {
1128
1128
  lookupProps.includes("localField") &&
1129
1129
  lookupProps.includes("foreignField") &&
1130
1130
  lookupProps.includes("as")) {
1131
- // If we are doing a lookup using an _id (so not fishing) we don't need to do the findFunc (see tkt #12399)
1132
1131
  if (lookupProps.length === 4) {
1133
- if (stage.$lookup.foreignField === "_id" || stage.$lookup.localField === "_id") {
1134
- needFindFunc = false;
1135
- }
1132
+ // nothing to do
1136
1133
  }
1137
1134
  else if (lookupProps.length === 5 && lookupProps.includes("pipeline")) {
1138
1135
  await sanitiseLookupPipeline.call(this, stage);
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "description": "A form builder that sits on top of Angular.js, Twitter Bootstrap, jQuery UI, Angular-UI, Express and Mongoose. Opinionated or what?",
8
8
  "homepage": "http://forms-angular.org",
9
- "version": "0.12.0-beta.331",
9
+ "version": "0.12.0-beta.333",
10
10
  "packageManager": "npm@10.2.4",
11
11
  "type": "module",
12
12
  "engines": {