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
Upon creating a number of categories and menu items, I should be able to click "Submit" in order to create the menu. Upon clicking "Submit", I should be returned to the Vendor Menu.
Actual Behavior
The text was updated successfully, but these errors were encountered:
There are separate API(s) in the backend for each action such as AddCategory / Item / Image, UpdateCategory / Item and DeleteCategory / Item / Image and all these API(s) take menuId as a parameter. So, in order to perform any action mentioned above I have to pass the menuId. So, in the existing app, menu creates on Create / Update Menu screen load. So, I can pass the menuId as parameter to perform any action. I had conveyed this info previously. Here is the slack link: https://ctrl-la.slack.com/archives/CDATU0NSC/p1548943407000300
Expected Behavior
Upon creating a number of categories and menu items, I should be able to click "Submit" in order to create the menu. Upon clicking "Submit", I should be returned to the Vendor Menu.
Actual Behavior
The text was updated successfully, but these errors were encountered: