shotgunsoftware / tk-multi-breakdown2

A Flow Production Tracking Pipeline Toolkit app that helps you see what is out of date in your scene across multiple projects.
https://developer.shotgridsoftware.com/tk-multi-breakdown2/
Other
4 stars 10 forks source link

Feature: setting to also filter history published files #73

Closed oesponda closed 5 months ago

oesponda commented 6 months ago

At the moment all filters for the file_history_model are hardcoded which shows the whole file history. It would be useful to be able to also filter those, let's say by status or any other field required by the production, to only allow the availability of those filtered published files.

The proposal is to expose a setting to allow more flexibility when querying those published files.

https://github.com/shotgunsoftware/tk-multi-breakdown2/blob/c95364188582a7a808aeaa8a80896f145b5e0135/python/tk_multi_breakdown2/file_history_model.py#L160-L166

image

staceyoue commented 6 months ago

@oesponda I noticed you closed your PR #74 - is this not needed anymore?

oesponda commented 6 months ago

Sorry, yes, it would be very nice to have it, but as we need it in production asap, I ended up using our modified version in our configuration. I will create another pull request later with this modified version.