pnnl / Quality-Install-Tool

BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Set metadata in putNewDoc() #141

Closed charliepnnl closed 1 year ago

charliepnnl commented 1 year ago

putNewDoc() is called from Store and from JobsView. To simplify the code and promote DRYness, we should set as much of the metadata_ in this common function as possible. In particular, we move the setting of created_at, last_modified_at, workflow_name, and workflow_title to putNewDoc().

charliepnnl commented 1 year ago

Fixed by https://github.com/pnnl/Quality-Install-Tool/pull/142