Skip to content

Commit

Permalink
Remove (defect) code to auto refresh. #883
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Jul 19, 2024
1 parent a9654b6 commit 249dabc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions atramhasis/static/admin/src/app/ui/AppUi.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ define([
},
refresh_conceptschemes: function () {
console.debug('AppUi::refresh_conceptschemes');
// this.conceptSchemeController.loadConceptSchemeStores();
// this._searchPane.conceptSchemeList = this.conceptSchemeController.conceptSchemeList;
// this._searchPane._fillConceptSchemeSelect(this.conceptSchemeController.conceptSchemeList);
// this._searchPane._initSelectedConceptSchemeAdmin();
var message = 'Please manually reload the page to see the changes in the main menu.';
topic.publish('dGrowl', message, {
'title': 'New Provider added',
Expand Down

0 comments on commit 249dabc

Please sign in to comment.