-
Notifications
You must be signed in to change notification settings - Fork 255
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
Add a configuration option to specify a default for a particular source when application loads #808
Comments
@adilio thank you for raising this. I had a chat with @ferventcoder and we decided that this would be a Business Customer feature, which would require an update to the Chocolatey GUI Licensed Extension in order to light up this feature. Related issue was created here: chocolatey/chocolatey-licensed-issues#198 |
NOTE: While this configuration parameter will exist within the OSS version of Chocolatey GUI, it will not be used, and this feature will only be acted on by the Chocolatey GUI Licensed Extension. |
This will be used in the Chocolatey GUI Licensed Extension to move to a default named source when the application first loads.
Slightly re-structure code to make it easier to override the necessary portions within the Chocolatey GUI Licensed Extension.
This was omitted when the configuration parameter was first added.
In an earlier commit for this issue, the _firstLoad logic was removed, as it was believed that this was no longer required, however, that is not the case. This logic is needed to ensure that when returning from the package details view, that sources aren't incorrectly loaded again. In addition, it was found that after the earlier changes were made, the showing of the aggregated source also no longer worked. Not entirely sure how this ever worked, as there wasn't a message sent to update the sources when this feature was activated. This has now been added.
🎉 This issue has been resolved in version 0.18.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Hi @gep13! Firstly, let me say the work you're doing here is great, and I LOVE using ChocolateyGUI 😁 . I may be biased.
It would be very useful for admins to be able to control which source gets defaulted to when ChocolateyGUI first opens. Something like a "preferredsource" parameter?
Whether this is a C4B-only feature or OSS one, is entirely up to you. Admins have told us numerous times that their end-users aren't always aware enough to know which source to go to by default, as there are often multiple sources. Even if there was some logic to see which source is enabled for self-service, and use that as default, that could work as well.
The text was updated successfully, but these errors were encountered: