ItEr44S10CUGravacionModelosUnidadesTraballoItEr43S12: Fixing bug. It was providing the detached entity instead of the newly retrieved one.
This commit is contained in:
parent
e6a518fe4d
commit
2465faae01
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ public class OrderTemplatesModel implements IOrderTemplatesModel {
|
|||
public void initEdit(OrderElementTemplate template) {
|
||||
initializeAcompanyingObjectsOnConversation();
|
||||
this.template = dao.findExistingEntity(template.getId());
|
||||
loadAssociatedData(template);
|
||||
loadAssociatedData(this.template);
|
||||
treeModel = new TemplatesTree(this.template);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue