setup-your-mac / Setup-Your-Mac

Setup Your Mac aims to simplify initial device configuration by leveraging swiftDialog and Jamf Pro Policy Custom Events to allow end-users to self-complete Mac setup post-enrollment.
https://snelson.us/sym
MIT License
246 stars 54 forks source link

Don't show the failure screen after SYM has run. #25

Closed DevliegereM closed 1 year ago

DevliegereM commented 1 year ago

Note: While all requests are welcome, finding available cycles to custom-code a feature we won't use in our production environment is always challenging.

Is your feature request related to a problem? Please describe. Not a problem, just something that would be nice to have.

Describe the solution you'd like A variable to not let the failure dialog pop up. Standard it should still pop-up but having the ability to turn it off would be nice to have.

Describe alternatives you've considered I tried tinkering myself a bit but writing extensions in someone else's code is not the same 😄

dan-snelson commented 1 year ago

Thanks, Michiel!

dan-snelson commented 1 year ago

@DevliegereM:

What would you like to happen if there are failures reported in the main SYM dialog, but the so-called "Failure" dialog has been disabled?

dan-snelson commented 1 year ago

@DevliegereM:

Please test-drive 1.10.0-rc14 (in the development branch) by setting failureDialog to false.

DevliegereM commented 1 year ago

@DevliegereM:

What would you like to happen if there are failures reported in the main SYM dialog, but the so-called "Failure" dialog has been disabled?

I would like it to be sent to the .log file (which already happens) so that works fine for me. Users are already rebooted after SYM completes so the recurring check-in for missing items will happen when they log in.

dan-snelson commented 1 year ago

Thanks, @DevliegereM!