Ticket #452 (closed defect: ready_for_review)

Opened 2 years ago

Last modified 2 years ago

[workflow] node edit & acl rules

Reported by: peter Owned by: Robert
Priority: major Milestone: WLE modules into D6
Component: WLE Version:
Keywords: Cc:
MoSCoW: Should Have Estimated time after impact analysis:
Related to project: none Tested: no
Accepted: no Estimated Hours: 0

Description (last modified by robert) (diff)

Current situation: When editing a node the ACL rules that are set are not visible anymore. This is due problem as described at this comment: http://mediamosa.org/trac/ticket/409#comment:3

Problem: changing mediafile id's. This problem will be over after #448. Other problem is that acl now only applies to the original.

Desired situation:

  • 1) user can edit the ACL rules.
  • 2) ACL's rules should apply to all mediafiles, not just original.
  • 3) The fieldset ACL should be validated. Because a node without a video it is not possible to set the ACL rules. Message to the end-user that ACL is possible after attaching a video to the node.
  • 4) Pay attention to ACL_inherit

Change History

Changed 2 years ago by peter

  • owner set to Robert
  • status changed from new to assigned

Changed 2 years ago by robert

  • description modified (diff)

My notes on implementation of this ticket;

  • You can set the acl using mediamosa/$mediamosa_id/acl. Always use replace = true (default)
  • transcode_inherits_acl is by default FALSE, this flag enables that new transcode inherits the ACL rules from the original. So make sure when creating the mediafile for upload, the transcode_inherits_acl is set to true.

Changed 2 years ago by forgacs

@Robert, Peter: I have fixed all the issues you mentioned in this ticket. Ready to review.

Changed 2 years ago by forgacs

  • status changed from assigned to closed
  • resolution set to ready_for_review
Note: See TracTickets for help on using tickets.