-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
checkNetworkQualityCatchAllConfiguration Triggers on Second Page Instead of First #56
Comments
To me, @rougegoat, this is (currently) "working as designed," but let me replicate and review. (If there's only a single Configuration, the Dynamic Download Estimates are just an FYI.) |
Here's what I'm seeing: SYM.Issue.56.mp4(To me, what happens at |
The visual "glitch" has been addressed in (Please feel free to respond here or DM me on the MacAdmins Slack if you'd like to discuss the current approach.) |
That half works. It addresses one issue, but then makes the infobox be stuck as
I think I have a slight rewrite that basically moves the |
Greetings, @rougegoat! I'll mark this issue "on-hold" while we iron-out #57. Thanks. |
Since #57 was just closed, closing this as well. |
Describe the bug
The download estimate for the Catch-All configuration runs on the second page, which results in it wiping out all the displayed information like Computer Name, Username, Department, etc in the infobox.
To Reproduce
Set
promptForConfiguration
tofalse
andconfigurationDownloadEstimation
totrue
. Run as normal.Expected behavior
On the first page, you should see the download estimate show in the Infobox section for the catch-all configuration in the same way it works if
promptForConfiguration
is set totrue
.Code/log output
Please supply the full command used, and if applicable, add full output from Terminal. Either upload the log, or paste the output in a code block (triple backticks at the start and end of the code block, please!).
Screenshots
These two screenshots have the same User Input entered save for the configuration, which is
Required
on the first and theCatch-All
on the second.Screenshot of behavior if
promptForConfiguration
andconfigurationDownloadEstimation
are both set totrue
Screenshot of behavior if
promptForConfiguration
is set tofalse
andconfigurationDownloadEstimation
is set totrue
Environment (please complete the following information):
Additional context
I'm not sure the best route to addressing this. I think you could potentially combine both the
checkNetworkQualityConfigruation
andcheckNetworkQualityCatchAllConfiguration
, but those interact with enough things that I'm not confident in that guess.The text was updated successfully, but these errors were encountered: