Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force the flavorAsset->listAction to give all statuses #1840

Closed
ElGabbu opened this issue Nov 4, 2014 · 4 comments
Closed

Force the flavorAsset->listAction to give all statuses #1840

ElGabbu opened this issue Nov 4, 2014 · 4 comments

Comments

@ElGabbu
Copy link

ElGabbu commented Nov 4, 2014

I would like to list the flavour assets of an entry using

$filter = new KalturaFlavorAssetFilter();
$filter->entryIdEqual = $entry->id;
$flavourAssets = $sourcePartnerClient->flavorAsset->listAction($filter, null);

But this return only assets with status ready(2) ... is it possible to have it return all statuses?

Thanks

@jpluijmers
Copy link

In kaltura 9.19.5 flavor assets with statuses other than 2 are showing correctly for me.

@ElGabbu
Copy link
Author

ElGabbu commented Nov 11, 2014

Running 9.19.4 here maybe there was some change.

@jessp01
Copy link

jessp01 commented Nov 19, 2014

It works correctly for me as well with 9.19.5. I am afraid I do not currently have a 9.19.4 installed.
Can you perhaps upgrade? I am about to release 9.19.7 in a while. Being run through tests right now.

@ElGabbu
Copy link
Author

ElGabbu commented Nov 20, 2014

Thanks Jess ... closing issue for now

@ElGabbu ElGabbu closed this as completed Nov 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants