Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"column_break_baez",
"user",
"synced_from_zoom",
"non_otp",
"attendee_details_section",
"email",
"column_break_tmmm",
Expand Down Expand Up @@ -135,13 +136,19 @@
"fieldname": "synced_from_zoom",
"fieldtype": "Check",
"label": "Synced from Zoom?"
},
{
"default": "0",
"fieldname": "non_otp",
"fieldtype": "Check",
"label": "Non Otp"
}
],
"grid_page_length": 50,
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2025-12-09 13:13:19.795660",
"modified": "2026-01-15 21:13:28.775846",
"modified_by": "Administrator",
"module": "Zoom Integration",
"name": "Zoom Webinar Registration",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class ZoomWebinarRegistration(Document):
first_name: DF.Data | None
join_url: DF.Data | None
last_name: DF.Data | None
non_otp: DF.Check
registrant_id: DF.Data | None
synced_from_zoom: DF.Check
user: DF.Link | None
Expand Down