mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
added loadExtraProperties and storeExtraProperties functions
This commit is contained in:
@@ -70,6 +70,11 @@ Sonia.repository.PropertiesFormPanel = Ext.extend(Sonia.repository.FormPanel, {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, this);
|
}, this);
|
||||||
|
this.loadExtraProperties(this.item);
|
||||||
|
},
|
||||||
|
|
||||||
|
loadExtraProperties: function(item){
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
storeProperties: function(item){
|
storeProperties: function(item){
|
||||||
@@ -103,6 +108,11 @@ Sonia.repository.PropertiesFormPanel = Ext.extend(Sonia.repository.FormPanel, {
|
|||||||
}
|
}
|
||||||
delete item[property.name];
|
delete item[property.name];
|
||||||
}
|
}
|
||||||
|
this.storeExtraProperties(item);
|
||||||
|
},
|
||||||
|
|
||||||
|
storeExtraProperties: function(item){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user