Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added lookupmodel and unidadproponentelookup #12

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Pableras90
Copy link
Collaborator

No description provided.

_id: ObjectId;
code?: string;
nombre: string;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add space at the end, use the order _id, nombre and code is optional the last

Comment on lines 78 to 82
unidadesProponentesLookups:[
{ _id: new ObjectId(), code: "E1", nombre: "Unidad E" },
{ _id: new ObjectId(), code: "B2", nombre: "Unidad B" },
{ _id: new ObjectId(), code: "C4", nombre: "Unidad C" }
]
Copy link
Member

@manudous manudous Dec 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brauliodiez should we ask Paco for real data? or are they real data?

@manudous
Copy link
Member

Remember use Closed , e.g. Closed #5, in the PR comment so that the issue is removed when the PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants