Included complete subpath from "lembretes":
lembretes.lembreteEquipeFuncionario.equipe.funcionarioEquipeList
Included complete subpath from "reunioes":
reunioes.participanteReuniaoList.equipe
Assuming that the "equipe" object has the sublist funcionarioEquipeList however this was only included from the object "lembretes".
What happens is that reunioes.participanteReuniaoList.equipe.funcionarioEquipeList is being automatically included.
Case: result.use(Results.json()).withoutRoot().from(agenda) .include("lembretes", "lembretes.lembreteEquipeFuncionario", "lembretes.lembreteEquipeFuncionario.equipe", "lembretes.lembreteEquipeFuncionario.equipe.funcionarioEquipeList", "reunioes", "reunioes.participanteReuniaoList", "reunioes.participanteReuniaoList.equipe" .serialize();
Included complete subpath from "lembretes": lembretes.lembreteEquipeFuncionario.equipe.funcionarioEquipeList
Included complete subpath from "reunioes": reunioes.participanteReuniaoList.equipe
Assuming that the "equipe" object has the sublist funcionarioEquipeList however this was only included from the object "lembretes". What happens is that reunioes.participanteReuniaoList.equipe.funcionarioEquipeList is being automatically included.
Am I wrong, or would this be a bug?