Skip to content

Commit

Permalink
IVYPORTAL-17822-LTS-Testing-Buffer-Story-can-not-reorder-admin-setting
Browse files Browse the repository at this point in the history
- Fix reorder application doesn't work
  • Loading branch information
chnam-axonivy committed Nov 14, 2024
1 parent 6603b20 commit 5a65e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public List<Application> getPublicConfig() {

@Override
public List<Application> saveAllPublicConfig(List<Application> application) {
return super.saveAllPublicConfig(getPublicConfig());
return super.saveAllPublicConfig(application);
}

@Override
Expand Down

0 comments on commit 5a65e19

Please sign in to comment.