Skip to content
  • Philippe Pepiot's avatar
    [sobjects] fix fresh.workcases importer · e4e6a0b0719a
    Philippe Pepiot authored
    In extentities generator, extid is cwuri from database which is a text field.
    So in python3 exteid2eid[extid] wasn't matching anything because extid was bytes.
    Use text extid instead.
    e4e6a0b0719a