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
{{ message }}
This repository was archived by the owner on Dec 1, 2017. It is now read-only.
In Document Author section the assigned person and representedOrganization is not handled properly my code is getting crash in case where i have below data in author.
// Sometimes C32s include names that are just like String
// and we still want to get something out in that case
if (!name_dict.prefix && !name_dict.given && !name_dict.given.length && !name_dict.family) {
name_dict.family = el.val();
}`
It is breaking at if condition