Load operations on campaign page
This commit is contained in:
@ -93,7 +93,10 @@
|
||||
|
||||
async Task RowExpandAsync(Campaign campaign)
|
||||
{
|
||||
// TODO
|
||||
if (campaign.Operations == null)
|
||||
{
|
||||
campaign.Operations = await HeadquartersService.GetOperationsAsync(campaign.Id);
|
||||
}
|
||||
}
|
||||
|
||||
void ChangeState(CampaignsPageState state)
|
||||
|
||||
Reference in New Issue
Block a user