Skip to content

List of changes in comparison to BEXIS2/Core #4

@geofranzi

Description

@geofranzi
  • hide public data checkbox ( add commit here )
  • rename menu: Collect -> Upload | Dashboard -> My data | Datastructure to Collect | Units to settings (a3933ef#diff-2fab5d4731fcbe6adebd6b816d3aa0e7)
  • Remove in DatasetManager.cs ~ L3128
if (edited != null && edited.VariableValues != null)
                               orginalTuple.Values = "{" + string.Join(",", edited.VariableValues.Select(v => (string.IsNullOrEmpty(v.Value.ToString()) ? "null" : ('"' + v.Value.ToString().Replace(@"""", @"\""")) + '"')).ToArray()) + "}";

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions