Users cannot edit their own subscriptions.
The problem has 3 different issues :
1) Bad Permission for the action of
(Folder|Keyword|Content|)Subscription
it uses :
PlacelessSubscription: View Content
instead of :
PlacelessSubscription: Edit Content
2) subscription_content_workflow does'nt handle
permission :
PlacelessSubscription: Edit Content
3) in subscriber_view.cpt checkPermission is done
against portal instead of the subscription itself (item)
Or maybe I missed something?
Logged In: YES
user_id=612865
We do not want users edit their subscription until they can
brake them when they modify some fields. I'm searching a
solution about this, but it's not my top priority now.