Skip to main content

Hi all,

How can I hide the avatar on the Notes pages (DebriefTaskTextList)?

 

 

@drooij 

Seems like this is another harcoded screen.

You can try creating a custom screen and then better control the fields and properties.

Cheers!


Hi @drooij ,

As Shenor mentioned, this is a coded screen and the avatar is usually intended to pick from person.image_id. If the  person.image_id is null,  then it will set up the default avatar image on the light green background through the code itself.

It would be better to setup a custom screen (if you are forced to hide the avatar) as there is no other way to achieve this.


Reply