Skip to content

Commit

Permalink
Merge pull request #1207 from axonivy-market/bug/IVYPORTAL-17822-LTS-…
Browse files Browse the repository at this point in the history
…Testing-Buffer-Story-can-not-reorder-admin-setting

IVYPORTAL-17822-LTS-Testing-Buffer-Story-can-not-reorder-admin-setting
  • Loading branch information
chnam-axonivy authored Nov 14, 2024
2 parents 2818e16 + 5a65e19 commit 07c1be8
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 07c1be8

Please sign in to comment.