diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-18 16:57:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-18 16:57:36 +0200 |
| commit | ec36bdb8a6fb3d460929c7f6f20e695dd98688c4 (patch) | |
| tree | 7d49ec78f753367dee02df376ca77f67aca8c09f /Software/Visual_Studio/Tango.BL/Builders | |
| parent | 2d4d1733108689ebf2fc8ae2fa6fd73d649e3ae7 (diff) | |
| download | Tango-ec36bdb8a6fb3d460929c7f6f20e695dd98688c4.tar.gz Tango-ec36bdb8a6fb3d460929c7f6f20e695dd98688c4.zip | |
Added BTSR Installed to UpdateMachine and ProvisionMachine.
UpgradeToGen2.
MS.
FSE.
Thread Loading Wizard BTSR tension..
BTSR Completed for now (except guides images).
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Builders')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Builders/RmlsCollectionBuilder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Builders/RmlsCollectionBuilder.cs b/Software/Visual_Studio/Tango.BL/Builders/RmlsCollectionBuilder.cs index 630f43495..5ea223a73 100644 --- a/Software/Visual_Studio/Tango.BL/Builders/RmlsCollectionBuilder.cs +++ b/Software/Visual_Studio/Tango.BL/Builders/RmlsCollectionBuilder.cs @@ -59,7 +59,7 @@ namespace Tango.BL.Builders { return AddQueryStep(4, (query) => { - return query.Include(x => x.RmlsSpools); + return query.Include(x => x.RmlsSpools).Include(x => x.RmlsSpools.Select(y => y.SpoolType)); }); } |
