Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner corrects a cell in the review table (a flagged cell or an unmatched artist). Carries the import row rather than a saved artwork.

example
{
  action: "editedArtworkField",
  context_module: "multiAddReview",
  context_page_owner_type: "inventory",
  artwork_import_id: "67b646ecbe87376bfeb3f962",
  import_row_id: "a1b2c3d4",
  field: "title",
  old_value: "Untitld",
  new_value: "Untitled"
}

Hierarchy

  • EditedArtworkField

Index

Properties

action

action: editedArtworkField

artwork_import_id

artwork_import_id: string

context_module

context_module: multiAddReview

context_page_owner_type

context_page_owner_type: inventory

field

field: string

import_row_id

import_row_id: string

new_value

new_value: string

old_value

old_value: string

Generated using TypeDoc