Ticket #261 (new enhancement)

Opened 2 years ago

Last modified 4 months ago

CQL aut_app doesn't support asset master-slave search.

Reported by: robert Owned by: robert
Priority: major Milestone: MediaMosa 3.1/3.5
Component: Core Version: 1.7.2
Keywords: CQL Cc:
MoSCoW: Should Have Estimated time after impact analysis:
Related to project: none Tested: no
Accepted: no Estimated Hours:

Description

See posting; http://mediamosa.org/forum/viewtopic.php?f=13&t=158

Effects MediaMosa 1.x and 2.x.

Currently the CQL search using aut_app does not support master-slave on assets. We might have to rethink approach on the aut_app parameter, because there is no-way to filter on either master-slave on mediafiles or master-slave on assets. For now the current version will only work on master-slave mediafiles. We might need to add special modifier like;

aut_app ==/scope="mediafile" "2"
or
aut_app ==/scope="asset" "2"
or both
aut_app ==/scope="asset,mediafile" "2"

default:
aut_app == "2"
should work like
aut_app ==/scope="mediafile" "2"

Change History

Changed 17 months ago by robert

  • type changed from defect to enhancement

In the latest version of MediaMosa (v2.2.1), ACL/AUT search on assets has never been finished. As long as the asset ACL/AUT layer does not support ACL/AUT on assets, this enhancement is useless.

ACL/AUT on asset code is done, but contains unknown bugs on ACL/AUT, seems that combination on asset and mediafile ACL does not work well together. Needs redesign and rethinking to enable asset and mediafile ACL.

For now, we can't even start on this ticket until ACL/AUT on assets has been successfully implemented.

Changed 4 months ago by Frans

  • milestone changed from MediaMosa X.X to MediaMosa 3.5
Note: See TracTickets for help on using tickets.