Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

I am facing issues in using the application #627

Open
chandan315 opened this issue Sep 30, 2016 · 0 comments
Open

I am facing issues in using the application #627

chandan315 opened this issue Sep 30, 2016 · 0 comments

Comments

@chandan315
Copy link

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant