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
The "Export mdJSON" function does not include a dictionaryId with the dataDictionary object
Steps to reproduce (Bug reports only):
Load example mdEditor file "min-valid-mdEditor-dict1-20240430.json". The metadata record in this file is associated with dictionary "mdDictionary":["7e520389-7b0a-4552-ac3f-f5f1bc81c056"]
@dvonanderson this seems to be a broader problem with how the internal mdEditor data is structured. Currently, the data model stores the dictionaryId key outside of the dataDictionary object:
The dictionary ID should be included as an element of the object:
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:
The "Export mdJSON" function does not include a
dictionaryId
with thedataDictionary
objectSteps to reproduce (Bug reports only):
Observed Results (Bug reports only):
dataDictionary
(line 10) andmdDictionary
(line 125) arrays.dataDictionary
object (lines 11-123) does not contain adictionaryId
element.Expected Results (Bug reports only):
dictionaryId
element within thedataDictionary
object:The text was updated successfully, but these errors were encountered: