You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting a mdEditor-Json file (Export All), the records object contains empty contact and dataDictionary arrays. The file also contains the appropriate dictionaries and contacts objects as would be expected for the record set (See: min-valid-mdEditor-dict1-20240430.json. The contact and dictionary arrays do not seem to be used.
The above exported mdEditor-Json file contains a contact and a dataDictionary array within the records object.
The above exported mdEditor-Json file also contains dictionaries and contacts objects
Observed Results (Bug reports only):
Delete the contact and dataDictionary arrays from the above mdJson-import-mdeditor-export.jsonrecords object. Import the edited file. The resulting imported recordset matches the original source (min-valid-mdJson-dict1-20240430.json) file.
Repeat the process, this time delete the contacts and dictionary objects from the mdJson-import-mdeditor-export.json file. DO NOT edit the records object. Import the edited file. The contacts and dictionaries are not imported.
Expected Results (Bug reports only):
Importing a mdJson file DOES NOT create contact or dataDictionary arrays within the mdEditor records object.
Exporting a mdEditor-Json file ("Export All" or "Export Selected" functions) does not create contact or dataDictionary arrays within the mdEditor-Json records object.
The text was updated successfully, but these errors were encountered:
Issue
mdEditor Version (find version under settings): https://github.com/adiwg/mdEditor/tree/405d949e
mdEditor Web Address (enter the URL): https://go.mdeditor.org
Issue Description:
When exporting a mdEditor-Json file (Export All), the
records
object contains emptycontact
anddataDictionary
arrays. The file also contains the appropriatedictionaries
andcontacts
objects as would be expected for the record set (See: min-valid-mdEditor-dict1-20240430.json. The contact and dictionary arrays do not seem to be used.Steps to reproduce (Bug reports only):
contact
and adataDictionary
array within therecords
object.dictionaries
andcontacts
objectsObserved Results (Bug reports only):
contact
anddataDictionary
arrays from the above mdJson-import-mdeditor-export.jsonrecords
object. Import the edited file. The resulting imported recordset matches the original source (min-valid-mdJson-dict1-20240430.json) file.contacts
anddictionary
objects from the mdJson-import-mdeditor-export.json file. DO NOT edit therecords
object. Import the edited file. The contacts and dictionaries are not imported.Expected Results (Bug reports only):
contact
ordataDictionary
arrays within the mdEditorrecords
object.contact
ordataDictionary
arrays within the mdEditor-Jsonrecords
object.The text was updated successfully, but these errors were encountered: