You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: