diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-03-05 09:12:59 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-03-05 09:12:59 +0200 |
| commit | 8e2cbf02b6c819e92ee4eec2a673586438edfa93 (patch) | |
| tree | c12fd2c91c5abb4cae725ac39792c69b25118faa /Software/Visual_Studio/Tango.BL | |
| parent | 2b8e41b5279c2d3ab370595f6593b64ea734ef87 (diff) | |
| download | Tango-8e2cbf02b6c819e92ee4eec2a673586438edfa93.tar.gz Tango-8e2cbf02b6c819e92ee4eec2a673586438edfa93.zip | |
Some work on embroidery import/export.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs b/Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs index 8e898ac18..770931309 100644 --- a/Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs +++ b/Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs @@ -158,7 +158,7 @@ namespace Tango.BL foreach (var machine in Machines) { machine.MachinesConfigurations = machine.MachinesConfigurations.OrderByDescending(x => x.Configuration.CreationDate).Take(30).ToObservableCollection(); - machine.Jobs = machine.Jobs.OrderByDescending(x => x.CreationDate).ToObservableCollection(); + //machine.Jobs = machine.Jobs.OrderByDescending(x => x.CreationDate).ToObservableCollection(); //No need to load jobs. } MachinesConfigurations = Context.MachinesConfigurations.ToObservableCollection(); |
