Skip to content

Commit

Permalink
[AA-1751] - Release Admin App (Ed-Fi-Alliance-OSS#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpardogrowthaccelerationpartners authored Jun 18, 2024
1 parent 434a44a commit 52d2df8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ public async Task<ActionResult> Edit(int applicationId)
var application = _getApplicationByIdQuery.Execute(applicationId);
var apiFacade = await _odsApiFacadeFactory.Create();
var schools = apiFacade.GetAllSchools().ToList();
var leas = apiFacade.GetAllLocalEducationAgencies().ToList();
var psis = apiFacade.GetAllPostSecondaryInstitutions().ToList();
var leas = apiFacade.GetAllLocalEducationAgencies().ToList();
var profiles = _mapper.Map<List<ProfileModel>>(_getProfilesQuery.Execute());

var educationOrganizationIds =
Expand Down
6 changes: 3 additions & 3 deletions EdFi.Suite3.Installer.AdminApp/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Configure Admin App to manage an API with url "https://localhost:54746"
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
OdsApiUrl = "https://localhost:54746"
PackageVersion = '2.3.2'
PackageVersion = '3.3.1.0'
}
.EXAMPLE
Expand All @@ -60,7 +60,7 @@ Deploy Admin App for use with a "District Specific" ODS API
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
OdsApiUrl = "http://web-api.example.com/WebApi"
PackageVersion = '2.3.2'
PackageVersion = '3.3.1.0'
AdminAppFeatures = $adminAppFeatures
}
#>
Expand All @@ -76,7 +76,7 @@ $p = @{
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
OdsApiUrl = ""
PackageVersion = '3.3.0.0'
PackageVersion = '3.3.1.0'
PackageSource = $adminAppSource
AdminAppFeatures = $adminAppFeatures
}
Expand Down

0 comments on commit 52d2df8

Please sign in to comment.