Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As an admin, I want an auto-updated list of concept schemes once I add a new provider. #897

Open
goessebr opened this issue Jul 19, 2024 · 0 comments

Comments

@goessebr
Copy link
Contributor

Second part of #883, less urgent

Currently, Dojo does not automatically reload the select box in the main menu after a provider is added. In Part 1, we resolved the issue of enabling the buttons when only one concept scheme is present, making Atramhasis usable with just one concept scheme.

However, users still need to manually reload the page to see the newly added provider. A message is displayed to inform users of this requirement. This message can be removed once the auto-reloading functionality is implemented.

The code in 249dabc might be useful.

Message to be removed once this issue is fixed:

var message = 'Please manually reload the page to see the changes in the main menu.';
topic.publish('dGrowl', message, {
'title': 'New Provider added',
'sticky': false,
'channel': 'info'
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant