Changed parent form search to allow arbitrary parent distances.#100
Changed parent form search to allow arbitrary parent distances.#100paulbalomiri wants to merge 7 commits intojonjamz:masterfrom
Conversation
…Error because it is using EJSON.stringify on the SimpleSchema which fails when simpleSchema has a validation context (contains circular reference)
|
First commit seems cool, I need to look at it more in a bit. The second commit has something I don't recognize-- |
|
sorry, no |
… options.
- refactored into details:
- dotNotationToValue
- dotNotationToObject
- deleteByDotNotation
- deepExtendObject
- Changed deepExtendObject to also accept arrays for deep extensions
- moved reactiveForms setting in CreatedFactory to before init, as customizing the refactored store variables might need access to it
…w for parent forms to submit children first and continue their submission process afterwards.
|
These changes allow for customizing of the store. From the comments i understand that you are planning a store package? The next changes will make arrays available, as my current implementation hacks around the problem by using subforms for each array member. The problem: one validation context for all Update: The schemaContext of each element should validate only the array element it represents Part of it proposed in #98 |
solution to #99 (just the
distance < 6removal part)