Resource Menu


posted by Sebastien Jourdain at Jan 11, 2006 12:22 PM
Quote
To include resource itself, it should look like this:
  • .../download*
posted by Guest at Jan 11, 2006 12:22 PM
Quote
Ah, great, I did not know about this.

So a /* at the end of an URI includes everything being in the tree below this resource, and the resource itself.

posted by Sebastien Jourdain at Jan 11, 2006 12:22 PM
Quote
You just forget to say that you want any event behind download. And not just on the download.
  • Event type: *
  • Event URI: /projects/myproject/download/*
  • Args: *
posted by Rüdiger Lincke at Jan 11, 2006 12:22 PM
Quote
Hello,

I want to receive an email, when somebody uploads/downloads something in a Download Area resource.

I created a filter like:

  • Event type: *
  • Event URI: /projects/myproject/download
  • Args: *
But I never receive an event. Also is the ???membership.editfilter.even.uri??? correct like this? Should I report a bug?