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
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
I have created a new Conference and can view the conference on conference.web,public app
But when I go to Register/StartRegistration method, I am not able to see anything on the page
The StartRegistration method does not give me anything to register
Registration Type , Price , Available, Quantity
I don't have any item to register for....
When I am on conference.web.admin app
Following method returns orders variable as null.
public ViewResult Orders()
{
var orders = this.Service.FindOrders(this.Conference.Id);
return View(orders);
}
```To summarise, I have just created a conference.
I haven't done any registration for orders and attendees.
I can see the conference and seat types but not anything in the registration tab.
There is nothing in the Orders table.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have created a new Conference and can view the conference on conference.web,public app
But when I go to Register/StartRegistration method, I am not able to see anything on the page
The StartRegistration method does not give me anything to register
Registration Type , Price , Available, Quantity
I don't have any item to register for....
When I am on conference.web.admin app
Following method returns orders variable as null.
The text was updated successfully, but these errors were encountered: