The “scripts” option disappears from the job right click menu if you have more than one job selected.
Thanks for reporting this, we will look into it.
Turns out this is an issue that has already been fixed. Unfortunately, you have incorrect data in your repository, but it can be fixed by restoring the scripts to their default settings through “Configure Script Menus” -> “Default Menus”.
Is there any other way? We have quite an elaborate menu setup, so if there are any other ways (direct mongo tampering maybe), i’d prefer that over having to redo all the menus/shortcuts/icon assignments etc.
If not, its ok, its still beta, but it will take someone an hour or two :-\
If you want to do some mongo fixing instead, you need to edit the “MultiSelect” property of the following script menu items (these are the ones that support multiselect):
Job_BatchResubmit
Job_CleanupAltFrames
Job_CleanupTiles
Job_CopyJobID
Job_EmailUser
Job_PriorityOffset
These are found in the ScriptMenuItems collection. Any custom job scripts you’ve added that support multiselect will be there as well and will be stored as “Job_” followed by the script’s name.
Awesome, thanks Ryan!
Where do you normally define the multi select property? Couldn’t find it in the gui, is it defined in the scripts themselves?
Previously we simply put a scripted ‘guard’ check in the scripts, that would pop a message saying “multiselect not supported”, but would replace that now with the proper supported mechanism.
Turns out there is an even easier way to do this then I originally thought If you go to “Tools” -> “Configure Script Menus” and change the “Script Menu to Edit” drop down to “Job Scripts” you can select manually set multiselect for a script through “Edit Selection” -> “Enable Multiselect”. Maybe if you ask me about this a 4th time it will get even easier
Lol, thanks Ryan this makes is much simpler!