Hi Team
I’m wanting to modify the contents of a class shipped with one of the default apps.
The modification is literally 1 line of code.
Obviously I don’t want to actually change the code of the original source, so I’m trying to figure out how I can override the function I’m making the change within.
I’ll be super specific:
- Within
tk-multi-publish2\v2.5.2\python\tk_multi_publish2\ui\dialog.py
- I add this line
self._create_master_summary_details()
- I do this at the end of the
_update_details_from_selection
function
This has the effect of flattening the UI into shared thumbnail/description fields (which is what I want).
Is there a way I can replicate this modification using the standard customisation tools (hooks/config files) ?
Thanks, clinton.