Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/20 17:35:28 (4 years ago)
Author:
dpiringe
Message:

#3026:

  • set read-only to false for name input (in JsonItemBaseControl)
  • result items now can be selected/deselected in export dialog
  • removed metadata.problem property and renamed metadata.optimizer property to TemplateName in json template
  • fixed bug with wrong description for result items in AlgorithmConverter
  • refactored a lot of code in JCGenerator and added the need for a directory path (location for the template files)
  • fixed a null reference bug in JsonItemValidator (cannot try to iterate through possible null referenced collections)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Constants.cs

    r17405 r17435  
    1212
    1313    internal const string Metadata = "Metadata";
    14     internal const string Optimizer = "Optimizer";
    15     internal const string Problem = "Problem";
     14    internal const string TemplateName = "TemplateName";
    1615    internal const string HLFileLocation = "HLFileLocation";
    1716    internal const string Parameters = "Parameters";
     
    2019    internal const string Template = @"{
    2120      '" + Metadata + @"': {
    22         '" + Optimizer + @"':'',
    23         '" + Problem + @"':'',
     21        '" + TemplateName + @"':'',
    2422        '" + HLFileLocation + @"':''
    2523      },
Note: See TracChangeset for help on using the changeset viewer.