Filter created is visible to everyone

Hi Team,

Not sure if this is expected behaviour or a bug. Hope you can clarify.

I have created a filter from TaskList “UI” with permissions user -> x, However filter is visible in every users’s inbox. I have observed the same with filters created using

Tags: Version-7.4.x. TaskList. Spring Boot

Any thoughts?

Thanks for your time.

Hi Bharat,

Have you enabled the flag “authorizationEnabled” in the process engine configuration?

Cheers,
Roman

@roman.smirnov You saved my day. Yes, that’s the actual problem. I was under impression I can control this flag from application.properties when using spring boot, but it appears I can’t as spring-configuration-metadata.json doesn’t actually have any mapping.

Added custom configuration component to solved this.

Also if possible would it be possible to point me to the right documentation page that talks about this particular properties please.

Thanks so much for your time. Appreciate it.