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
Currently our annotation actions are spread over a few places, most notably h.storage. This predated our use of services, and as a result is a bit weird when you come across it.
Currently our annotation actions are spread over a few places, most notably
h.storage
. This predated our use of services, and as a result is a bit weird when you come across it.Tasks
fetch_ordered_annotations
into a new annotation service #7927URLMigrationService
annotation queries to annotations service #7929update_annotation
to the annotation service #7930create_annotation
to the annotation service #7931fetch_annotation
to the annotation service #7933storage.fetch_annotation
with anAnnotationReadService
#7947storage.fetch_ordered_annotation
with anAnnotationReadService
method #7948storage.create_annotation
with anAnnotationWriteService
#7966storage.update_annotation
with anAnnotationWriteService
method #7967The text was updated successfully, but these errors were encountered: