fixes #6
This commit is contained in:
parent
902c00f21c
commit
b0d1d5c7cc
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@
|
|||
protected override void OnInitialized()
|
||||
{
|
||||
Order = pizzaDBService.GetRequestById(id);
|
||||
if(Order == null)
|
||||
if (Order == null || GlobalStuffService.OrdersLocked)
|
||||
{
|
||||
Navigation.NavigateTo("/orderlist", true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue