简体   繁体   中英

subscribe users automatically to the asset publisher liferay

Is there any option to subscribe users automatically to the asset publisher? I saw this:

message.boards.subscribe.by.default=true

but, I need it for the asset publisher

Thank you!!

message.boards.subscribe.by.default subscribes a user to the message board thread they're answering to - eg after they interacted with the message board.

What would be the interaction with AssetPublisher that you're intending to trigger this automatic subscription? There's typically only the author(s) of an asset publisher adding articles, and they don't need to interact with AssetPublisher in order to make other articles appear because AssetPublisher only filters and shows whatever matches the current criteria.

This is a long way to say "no, there's no such property". However, there's Liferay's API, which you can use to codify the criteria for subscription. This will naturally be more effort than setting a property, but it's your only option.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM