-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Sentry Issue: EDITOR-API-AX
ArgumentError: No valid school members provided (ArgumentError)
raise ArgumentError, 'No valid school members provided' if students.blank? && teachers.blank?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/concepts/class_member/operations/create.rb:10:in `call'
raise ArgumentError, 'No valid school members provided' if students.blank? && teachers.blank?
app/controllers/api/class_members_controller.rb:36:in `create'
result = ClassMember::Create.call(school_class: @school_class, students: students[:school_students], teachers: teachers[:school_teachers])
lib/corp_middleware.rb:11:in `call'
status, headers, response = @app.call(env)
...
(82 additional frame(s) were not displayed)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working