Skip to content

List of changes in comparison to BEXIS2/Core #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
geofranzi opened this issue Mar 6, 2020 · 4 comments
Open

List of changes in comparison to BEXIS2/Core #4

geofranzi opened this issue Mar 6, 2020 · 4 comments
Assignees

Comments

@geofranzi
Copy link
Member

geofranzi commented Mar 6, 2020

  • 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()) + "}";

@geofranzi
Copy link
Member Author

to compare: BEXIS2/Core@dev...bexis:dev

@EleonoraPetzold
Copy link
Member

IOUtility extend temporarily for migration ConvertToDateUS() with date pattern list.

@EleonoraPetzold
Copy link
Member

DashboardController-> change title to "My Data"

@EleonoraPetzold
Copy link
Member

EleonoraPetzold commented Dec 12, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants