75aa2e36ee
I noticed while working on #6166 that some of the factory properties that used Faker’s randomisation features are using their output rather than a function that would call the randomiser. This means that the randomisation happens once and the value is used for every model generated by the factory. This wraps the randomiser calls in functions so different models can have different values. |
||
---|---|---|
.. | ||
data | ||
factories | ||
models | ||
scenarios | ||
serializers | ||
common.js | ||
config.js | ||
utils.js |