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
In MetadataTemplateElement, why are current value and display value two different fields for a ref_query? the ref query should be stored somewhere else....
/** * Contains the CURRENT value of this element. */privateList<String> currentValue = newArrayList<String>();
/** * Contains the DISPLAY value of this element. For example, an element of * type REF_IRODS_QUERY may have a current value of "data.size", but a * display value of "18375". */privateList<String> displayValue = newArrayList<String>();
The text was updated successfully, but these errors were encountered:
In MetadataTemplateElement, why are current value and display value two different fields for a ref_query? the ref query should be stored somewhere else....
The text was updated successfully, but these errors were encountered: