Skip to content

Commit

Permalink
Merge pull request #1124 from mozzy11/develop
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
mozzy11 authored Jun 19, 2024
2 parents 6516bb6 + f9fed66 commit 90810a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:

oe.openelis.org:
container_name: openelisglobal-webapp
image: itechuw/openelis-global-2:develop
image: itechuw/openelis-global-2-dev:develop
depends_on:
- database
- certs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ function OrganizationManagament() {
newOrganizationsManagementList,
);
setFromRecordCount(
organizationsManagmentList.modelMap.form.totalRecordCount,
organizationsManagmentList.modelMap.form.fromRecordCount,
);
setToRecordCount(
organizationsManagmentList.modelMap.form.fromRecordCount,
organizationsManagmentList.modelMap.form.toRecordCount,
);
setTotalRecordCount(
organizationsManagmentList.modelMap.form.toRecordCount,
organizationsManagmentList.modelMap.form.totalRecordCount,
);
setOrganizationsManagmentListShow(newOrganizationsManagementListArray);
}
Expand Down

0 comments on commit 90810a6

Please sign in to comment.