Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2759 Lượt xem

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?

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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>

Ảnh đại diện
Huỷ bỏ