Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
So, according to this article it's not possible to "enable" "Context" field in Set Location window for Save As action.
Now, I'm trying to use action "New Configuration Context" from WTPart. Sadly, here is the same situation - it's impossible to set different context than the one where user is "currently":
So while this is "working to spec", has anyone tried or even been able to found OOTB code that is responsible for this? Is it something totally hardcoded that cannot be changed or was someone able to found + modify (customize) this behaviour?
Well, now I think that the best way here is to hook into FolderedDataUtility and add code like this (within method createInputComponent):
As I need it only for new Config Context, I add this stupid if block.