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
Arches for Science has a use case for overriding AbstractPrimaryDescriptorsFunction.get_primary_descriptor_from_nodes() to read a calculated value from the db instead of running python logic to calculate a descriptor from scratch. To do that, the function needs knowledge of which descriptor's configuration was passed in, e.g. "map_popup", "name", or "description".
See the use case here:
@chiatt We should consider patching this in Arches 7.5. As it stands, this function has no knowledge of what descriptor was passed in (which we need if we want to be able to read the JSON field from the db and look up the given descriptor by key).
Arches for Science has a use case for overriding
AbstractPrimaryDescriptorsFunction.get_primary_descriptor_from_nodes()
to read a calculated value from the db instead of running python logic to calculate a descriptor from scratch. To do that, the function needs knowledge of which descriptor's configuration was passed in, e.g. "map_popup", "name", or "description".See the use case here:
Originally posted by @jacobtylerwalls in archesproject/arches-for-science#1452 (comment)
The text was updated successfully, but these errors were encountered: