Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2694 Vizualizări

Hi,

I've created a new user Y and added it to a group X that is supposed to watch tasks and its task works... I've logged as admin and then entered on development mode in order to be sure that the group X is into the allowed groups to watch task works, but the user Y still can't see the works, only the tasks (if you enter a task, it appears without works, but if I enter that same task with admin user it shows the works correctly...).

What can be missing?

Thanks in advice

EDIT:

I just saw with "Fields View Get" option on Development Mode that the field "work_ids" of the view has got invisible attribute set to 1 but only with the new user (not with the admin). Where can this be happening?

Imagine profil
Abandonează
Autor Cel mai bun răspuns

Just solved it inheriting the view and adding this:

<field name="work_ids" position="replace">

    <field name="work_ids" modifiers="{'invisible': False}" invisible="0" />

</field>

Imagine profil
Abandonează