Remove dummy status for mapped items
This commit is contained in:
@@ -123,6 +123,8 @@ class ModelManager {
|
|||||||
|
|
||||||
if(item) {
|
if(item) {
|
||||||
item.updateFromJSON(json_obj);
|
item.updateFromJSON(json_obj);
|
||||||
|
// If an item goes through mapping, it can no longer be a dummy.
|
||||||
|
item.dummy = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this.itemsPendingRemoval.includes(json_obj.uuid)) {
|
if(this.itemsPendingRemoval.includes(json_obj.uuid)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user