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

Wrong variable naming in models for lab creation #330

Open
saramonzon opened this issue Mar 4, 2025 · 0 comments
Open

Wrong variable naming in models for lab creation #330

saramonzon opened this issue Mar 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@saramonzon
Copy link
Member

Description of the bug

iskylims/core/models.py

Lines 101 to 111 in ff35711

new_lab_request = self.create(
lab_name=data["labName"],
lab_name_coding=data["labNameCoding"],
lab_unit=data["labUnit"],
lab_contact_name=data["labContactName"],
lab_phone=data["labPhone"],
lab_email=data["labEmail"],
address=data["address"],
apps_name=data["apps_name"],
lab_city=city_obj,
)

Command used and terminal output

Relevant files

No response

System information

No response

@saramonzon saramonzon added the bug Something isn't working label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant