Skip to content
  • Yumin Yuan's avatar
    Fixed a bug in transfering model operator results. · 5ee72fcb
    Yumin Yuan authored
    When a model is removed from the manager by a model op, all its children
    are also removed from the topology records in manager. However, while transfering
    the op result back to local client, the ImportJSON only removes the model
    record, not its children, from the local manager's topology, which causes inconsistency
    between server and client's managers.
    5ee72fcb